質問編集履歴

2

コードの位置を変更しました

2018/10/03 10:56

投稿

takuyakubokun
takuyakubokun

スコア13

test CHANGED
File without changes
test CHANGED
@@ -22,29 +22,11 @@
22
22
 
23
23
  extern int strcmp (const char *__s1, const char *__s2)
24
24
 
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
- ``````ここに言語を入力
25
+ ```ここに言語を入力
36
-
37
-
38
-
39
- ```C
40
-
41
- ```
42
26
 
43
27
  コード
44
28
 
45
- ```
46
-
47
- #include<stdio.h>
29
+ #include<stdio.h>
48
30
 
49
31
  #include<ctype.h>
50
32
 
@@ -159,3 +141,5 @@
159
141
  return 0;
160
142
 
161
143
  }
144
+
145
+ ```

1

コードの書く場所の変更

2018/10/03 10:56

投稿

takuyakubokun
takuyakubokun

スコア13

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,23 @@
28
28
 
29
29
 
30
30
 
31
+
32
+
33
+
34
+
35
+ ``````ここに言語を入力
36
+
37
+
38
+
39
+ ```C
40
+
41
+ ```
42
+
43
+ コード
44
+
45
+ ```
46
+
31
- #include<stdio.h>
47
+ #include<stdio.h>
32
48
 
33
49
  #include<ctype.h>
34
50
 
@@ -140,6 +156,6 @@
140
156
 
141
157
  printf("文字列が一致しました\n");
142
158
 
143
- return 0;
159
+ return 0;
144
160
 
145
161
  }