質問編集履歴
1
```追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,7 +60,9 @@
|
|
60
60
|
|
61
61
|
コード
|
62
62
|
|
63
|
+
```C
|
64
|
+
|
63
|
-
|
65
|
+
#include <stdio.h>
|
64
66
|
|
65
67
|
#include <string.h>
|
66
68
|
|
@@ -195,3 +197,5 @@
|
|
195
197
|
return 0;
|
196
198
|
|
197
199
|
}
|
200
|
+
|
201
|
+
```
|