質問編集履歴

1

<code>の挿入

2019/12/18 11:18

投稿

dotbot
dotbot

スコア10

test CHANGED
File without changes
test CHANGED
@@ -22,15 +22,17 @@
22
22
 
23
23
  ### 該当のソースコード
24
24
 
25
- \#include <stdio.h>
25
+ ```ここに言語を入力
26
26
 
27
- \#include <ctype.h>
27
+ #include <stdio.h>#
28
28
 
29
+ #include <ctype.h>
30
+
29
- \#include <stdlib.h>
31
+ #include <stdlib.h>
30
32
 
31
33
 
32
34
 
33
- \#define MAX 256
35
+ #define MAX 256
34
36
 
35
37
  int stricomp(const char str1[], const char str2[]){
36
38
 
@@ -172,6 +174,10 @@
172
174
 
173
175
 
174
176
 
177
+ ```
178
+
179
+
180
+
175
181
  ```ここに言語名を入力
176
182
 
177
183
  C言語