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

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘string’
5 | string b= "evil bz", d="IPIC";
| ^~~~~~
evilbz.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin>>a>>b
| ^
evilbz.cpp:9:7: error: ‘else’ without a previous ‘if’
9 | } else cout<<d
| ^~~~
evilbz.cpp:9:18: error: ‘d’ was not declared in this scope
9 | } else cout<<d
| ^