回答編集履歴
1
#include <stdio.h>の#が抜け落ちていた
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
+
合ってると思うのですが。。。
|
1
|
-
|
2
|
+
#include <stdio.h>
|
2
3
|
|
3
4
|
int main(void)
|
4
5
|
{
|