質問編集履歴

1

コードの記載場所をテンプレートにのっとった場所に移しました。

2020/02/06 09:07

投稿

qazwsx_0000
qazwsx_0000

スコア6

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,7 @@
28
28
 
29
29
  ```C
30
30
 
31
- コード
32
-
33
- ```#include <stdio.h>
31
+ #include <stdio.h>
34
32
 
35
33
  int n,m;
36
34
 
@@ -87,3 +85,5 @@
87
85
  return 0;
88
86
 
89
87
  }
88
+
89
+ ```