| Problem | evilbz |
|---|---|
| User | Zeshawn |
| Submission Time | 2026-06-23 10:10:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:19: error: ‘n’ was not declared in this scope
6 | int s; cin >> n;
| ^
evilbz.cpp:8:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
8 | if (s == "bz")
| ^~~~