Submission #00057
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 誕生日のKamba君 |
ユーザー名 |
ei2534
|
投稿日時 |
2025-07-07 16:28:07 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
208 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:8:12: error: expected ‘)’ before ‘d’
if(m==7 d==4){
~ ^~
)
./Main.cpp:9:42: error: expected ‘;’ before ‘}’ token
cout << "Happy Birthday!" << "/n"
^
;
}
~
./Main.cpp: At global scope:
./Main.cpp:12:5: error: expected unqualified-id before ‘return’
return 0;
^~~~~~
./Main.cpp:13:1: error: expected declaration before ‘}’ token
}
^
セット
テストケース