回答編集履歴

1

誤字の修正

2019/01/23 10:46

投稿

bellsmarket
bellsmarket

スコア62

test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
  ```c
12
12
 
13
+ include <stdio.h>
14
+
13
- include <stdlib.h>//1行目
15
+ include <stdlib.h>//2行目
14
16
 
15
17
  int cnt1; //36行目
16
18
 
@@ -30,9 +32,9 @@
30
32
 
31
33
  ```c
32
34
 
33
- #include <stdio.h> //printf関数を使用している為読み込みが必要
35
+ #include <stdio.h> //1行目
34
36
 
35
- #include <stdlib.h> //1行目
37
+ #include <stdlib.h> //2行目
36
38
 
37
39
  int cnt1 = 0; //36行目
38
40