Problem evilbz
User wey7777777
Submission Time 2026-06-23 10:22:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:7:12: error: expected ‘;’ before ‘if’
7 | cin>>input
| ^
| ;
8 | if (input == "bz") {
| ~~
evilbz.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else if (input == "evil bz") {
| ^~~~