| Problem | evilbz |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-06-23 10:44:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:12:10: error: ‘bz’ was not declared in this scope
12 | if(c == bz){cout<<"CPIC";}
| ^~
evilbz.cpp:13:15: error: ‘evilbz’ was not declared in this scope
13 | else if(c == evilbz){cout<<"ICPC";}
| ^~~~~~
evilbz.cpp:13:36: error: expected ‘}’ at end of input
13 | else if(c == evilbz){cout<<"ICPC";}
| ^
evilbz.cpp:9:15: note: to match this ‘{’
9 | signed main() {
| ^