質問編集履歴
1
コードの表記
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,15 +16,13 @@
|
|
16
16
|
|
17
17
|
### 該当のソースコード
|
18
18
|
|
19
|
+
```ここに言語を入力
|
19
20
|
|
21
|
+
#include<stdio.h>
|
20
22
|
|
21
|
-
|
23
|
+
#include<stdlib.h>
|
22
24
|
|
23
|
-
include<st
|
25
|
+
#include<string.h>
|
24
|
-
|
25
|
-
include<stdlib.h>
|
26
|
-
|
27
|
-
include<string.h> //#は外しています。
|
28
26
|
|
29
27
|
|
30
28
|
|
@@ -92,6 +90,8 @@
|
|
92
90
|
|
93
91
|
}
|
94
92
|
|
93
|
+
```
|
94
|
+
|
95
95
|
|
96
96
|
|
97
97
|
|