回答編集履歴

1

また修正

2019/11/24 03:47

投稿

mariuskoiwa
mariuskoiwa

スコア27

test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
 
48
48
 
49
- while(fscanf("%d", &i) != EOF) {
49
+ while(fscanf(f, "%d", &i) != EOF) {
50
50
 
51
51
  if(first == 1){
52
52