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