Submission #00064


ソースコード

ステータス

項目 データ
問題 0006 - ヘビの JOI 君 (Snake JOI)
ユーザー名 ei1710
投稿日時 2018-11-21 19:05:03
言語 C++
状態 Compile Error
得点 0
ソースコード長 2832 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:41:5: error: ‘scanf’ was not declared in this scope
     scanf("%lld %lld %lld", &n, &m, &x);
     ^~~~~
./Main.cpp:41:5: note: suggested alternative: ‘wscanf’
     scanf("%lld %lld %lld", &n, &m, &x);
     ^~~~~
     wscanf
./Main.cpp:107:5: error: ‘printf’ was not declared in this scope
     printf("%lld\n", ans);
     ^~~~~~
./Main.cpp:107:5: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
./Main.cpp:6:1:
+#include <cstdio>
 #define Fi first
./Main.cpp:107:5:
     printf("%lld\n", ans);
     ^~~~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #