| Problem | evilbz |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-23 09:29:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:7:12: error: expected initializer before ‘)’ token
7 | if (int bz) {
| ^
evilbz.cpp:8:15: error: expected ‘;’ before ‘}’ token
8 | cout<<"CPIC"
| ^
| ;
9 | }
| ~
evilbz.cpp:10:20: error: expected ‘;’ before ‘}’ token
10 | else {cout<<"ICPC"
| ^
| ;
11 | }
| ~
evilbz.cpp:11:5: error: expected ‘}’ at end of input
11 | }
| ^
evilbz.cpp:5:16: note: to match this ‘{’
5 | signed main () {
| ^