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