Submission #00135
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:25:13: error: ‘printf’ was not declared in this scope
printf("1\n");
^~~~~~
./Main.cpp:25:13: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
./Main.cpp:2:1:
+#include <cstdio>
using namespace std;
./Main.cpp:25:13:
printf("1\n");
^~~~~~
./Main.cpp:33:9: error: ‘printf’ was not declared in this scope
printf("0\n");
^~~~~~
./Main.cpp:33:9: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
セット
テストケース