| Problem | evilbz |
|---|---|
| User | Vistryx |
| Submission Time | 2026-06-23 09:32:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:6: error: ‘bz’ was not declared in this scope
5 | if (bz == evil) {
| ^~
evilbz.cpp:5:12: error: ‘evil’ was not declared in this scope
5 | if (bz == evil) {
| ^~~~
evilbz.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else (bz == not evil) {
| ^~~~
evilbz.cpp:7:8: error: ‘bz’ was not declared in this scope
7 | else (bz == not evil) {
| ^~
evilbz.cpp:7:18: error: ‘evil’ was not declared in this scope
7 | else (bz == not evil) {
| ^~~~