質問編集履歴
1
コードの表記
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
### 該当のソースコード
|
42
42
|
|
43
|
-
include<stdio.h>
|
43
|
+
```include<stdio.h>
|
44
44
|
|
45
45
|
include<string.h> //#は外しています。
|
46
46
|
|
@@ -97,3 +97,7 @@
|
|
97
97
|
return 0;
|
98
98
|
|
99
99
|
}
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
```
|