| Problem | evilbz |
|---|---|
| User | yq |
| Submission Time | 2026-06-23 09:43:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:6: error: ‘else’ without a previous ‘if’
9 | } else{ cout<<d;
| ^~~~
evilbz.cpp:9:19: error: ‘d’ was not declared in this scope
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(){
| ^