Problem evilbz
User proplayermason
Submission Time 2026-06-23 10:19:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:7: error: expected unqualified-id before ‘>>’ token
6 | string>>a;
| ^~
evilbz.cpp:7:6: error: ‘a’ was not declared in this scope
7 | cin>>a;
| ^
evilbz.cpp:8:6: error: ‘bz’ was not declared in this scope
8 | if(a=bz){
| ^~
evilbz.cpp:10:11: error: expected ‘(’ before ‘{’ token
10 | } else if {
| ^
| (