質問編集履歴

1

追加しました。ありがとうございます。

2018/07/28 05:09

投稿

tattakahiiii
tattakahiiii

スコア27

test CHANGED
File without changes
test CHANGED
@@ -1,12 +1,10 @@
1
- **<コード>**
1
+ ```C<コード>
2
-
3
-
4
-
2
+
5
- プレビューで変な表示になっていたため「/」が書いてあります。→/#include <stdio.h>
3
+ #include <stdio.h>
6
-
4
+
7
- /#include <stdlib.h>
5
+ #include <stdlib.h>
8
-
6
+
9
- /#define NUM 100
7
+ #define NUM 100
10
8
 
11
9
 
12
10
 
@@ -288,7 +286,7 @@
288
286
 
289
287
  }
290
288
 
291
-
289
+ ```
292
290
 
293
291
  <出力内容>
294
292