| Problem | evilbz |
|---|---|
| User | wey7777777 |
| Submission Time | 2026-06-23 10:22:42 |
| 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 ‘;’ before ‘if’
7 | cin>>input
| ^
| ;
8 | if (input == "bz") {
| ~~
evilbz.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else if (input == "evil bz") {
| ^~~~