| Problem | evilbz |
|---|---|
| User | austenj |
| Submission Time | 2026-06-23 10:17:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:12: error: expected unqualified-id before string constant
5 | string "i";
| ^~~
evilbz.cpp:7:9: error: ‘i’ was not declared in this scope
7 | if (i == "bz") {
| ^