回答編集履歴

1

#include <stdio.h>の#が抜け落ちていた

2021/10/16 07:58

投稿

tamedy
tamedy

スコア22

test CHANGED
@@ -1,4 +1,6 @@
1
+ 合ってると思うのですが。。。
2
+
1
- #include <stdio.h>
3
+ include <stdio.h>
2
4
 
3
5
 
4
6