質問編集履歴
1
コード修正
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
|
|