Problem evilbz
User fartyoudie
Submission Time 2026-06-23 09:34:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:8: error: expected ‘;’ before ‘if’
6 | cin>>a
| ^
| ;
7 | if (a=="bz"){
| ~~
evilbz.cpp:9:3: error: ‘else’ without a previous ‘if’
9 | }else{
| ^~~~
evilbz.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | return 0
| ^
| ;
13 | }
| ~