char line[4096]; while (fgets(line, sizeof(line), stdin) != 0) { ...code using sscanf() iteratively to read into the array of int... }.
確定! 回上一頁