| Problem | evilbz |
|---|---|
| User | 6 |
| Submission Time | 2026-06-23 10:55:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:7:7: error: expected ‘;’ before ‘if’
7 | cin>>s
| ^
| ;
8 | if(s=="bz") {
| ~~
evilbz.cpp:10:1: error: ‘else’ without a previous ‘if’
10 | else {
| ^~~~