質問編集履歴

1

追記

2020/07/08 19:36

投稿

KYUURI
KYUURI

スコア46

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
 
6
6
 
7
+ ```C
8
+
7
- include <stdio.h>
9
+ #include <stdio.h>
8
10
 
9
11
 
10
12
 
@@ -57,3 +59,5 @@
57
59
  return 0;
58
60
 
59
61
  }
62
+
63
+ ```