You have no formatting of the file beyond a whitespace separated sequence of values, so the loop is trivial: while (fscanf(input, "%lf", &value) == 1) ...
確定! 回上一頁