回答編集履歴
1
修正
test
CHANGED
@@ -2,10 +2,6 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
> FP=fopen("inputLog.txt", "w");
|
6
6
|
|
7
|
-
FP=fopen("inputLog.txt", "w");
|
8
|
-
|
9
|
-
fclose(FP);
|
7
|
+
> fclose(FP);
|
10
|
-
|
11
|
-
```
|