質問編集履歴

1

コード修正

2019/08/31 11:09

投稿

mentos109
mentos109

スコア28

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```C++
18
18
 
19
- std::ifstream ifs("./a");
19
+ std::ifstream ifs("./a", std::ios::in|std::ios::binary);
20
20
 
21
21
  while(1) {
22
22