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

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:4:18: error: ‘c’ was not declared in this scope
4 | string a = "bz";c= "CPIC"
| ^
evilbz.cpp:5:24: error: ‘d’ was not declared in this scope
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:6: error: ‘else’ without a previous ‘if’
9 | } else{ cout<<d;
| ^~~~
evilbz.cpp:10:2: error: expected ‘}’ at end of input
10 | }
| ^
evilbz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^