Submission #00077
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 猪苗代湖の魚釣り競争 |
ユーザー名 |
ei1728
|
投稿日時 |
2018-04-20 16:12:57 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
407 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:3: error: ‘scanf’ was not declared in this scope
scanf("%d%d",&hi,&hy);
^~~~~
./Main.cpp:6:3: note: suggested alternative: ‘srand’
scanf("%d%d",&hi,&hy);
^~~~~
srand
./Main.cpp:11:17: error: ‘printf’ was not declared in this scope
if(ansh<ansk) printf("kenjiro\n");
^~~~~~
./Main.cpp:11:17: note: suggested alternative: ‘uint’
if(ansh<ansk) printf("kenjiro\n");
^~~~~~
uint
./Main.cpp:12:22: error: ‘printf’ was not declared in this scope
else if(ansh>ansk) printf("hiroshi\n");
^~~~~~
./Main.cpp:12:22: note: suggested alternative: ‘uint’
else if(ansh>ansk) printf("hiroshi\n");
^~~~~~
uint
./Main.cpp:13:8: error: ‘printf’ was not declared in this scope
else printf("even\n");
^~~~~~
./Main.cpp:13:8: note: suggested alternative: ‘uint’
else printf("even\n");
^~~~~~
uint
セット
テストケース