| Problem | evilbz |
|---|---|
| User | yq |
| Submission Time | 2026-06-23 09:45:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:11: error: expected ‘;’ before ‘if’
6 | cin>>a>>b
| ^
| ;
7 | if(string=a){
| ~~
evilbz.cpp:9:6: error: ‘else’ without a previous ‘if’
9 | } else{ cout<<"IPIC";
| ^~~~
evilbz.cpp:10:2: error: expected ‘}’ at end of input
10 | }
| ^
evilbz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^