質問編集履歴

1

文法の修正

2016/12/09 09:11

投稿

wanwanwan
wanwanwan

スコア21

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- ofstream fin( "nums10.txt" );
23
+ ifstream fin( "nums10.txt" ); // 皆様のご指摘で気づいて修正しました。
24
24
 
25
25
  if( !fin ){
26
26