| Problem | evilbz |
|---|---|
| User | lygrace |
| Submission Time | 2026-06-23 09:37:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:10:4: error: ‘elseif’ was not declared in this scope
10 | }elseif(S=="bz"){
| ^~~~~~
evilbz.cpp:12:4: error: ‘else’ without a previous ‘if’
12 | }else{
| ^~~~
evilbz.cpp: At global scope:
evilbz.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^