回答編集履歴

1

#include <stdio.h>を追加

2017/11/30 00:44

投稿

LLman
LLman

スコア5592

test CHANGED
@@ -42,6 +42,8 @@
42
42
 
43
43
  ```c
44
44
 
45
+ #include <stdio.h>
46
+
45
47
  int main(void) {
46
48
 
47
49
  int j = 2;
@@ -57,8 +59,6 @@
57
59
  return 0;
58
60
 
59
61
  }
60
-
61
-
62
62
 
63
63
  ```
64
64