| Problem | evilbz |
|---|---|
| User | Vistryx |
| Submission Time | 2026-06-23 09:28:35 |
| 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: expected ‘}’ before ‘else’
7 | else(bz == not evil) {
| ^~~~
evilbz.cpp:5:18: note: to match this ‘{’
5 | if (bz == evil) {
| ^
evilbz.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
evilbz.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^