Submission #00023
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 誕生日のKamba君 |
ユーザー名 |
ei2536
|
投稿日時 |
2025-07-07 16:18:59 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
202 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:12:5: error: ‘cin’ does not name a type; did you mean ‘sin’?
cin >> m >> d;
^~~
sin
./Main.cpp:13:5: error: expected unqualified-id before ‘if’
if(m=='7'&&d=='4'){
^~
./Main.cpp:16:5: error: expected unqualified-id before ‘return’
return 0;
^~~~~~
./Main.cpp:17:1: error: expected declaration before ‘}’ token
}
^
セット
テストケース