Problem evilbz
User Vistryx
Submission Time 2026-06-23 09:30:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:7: error: ‘bz’ was not declared in this scope
7 | else(bz == not evil) {
| ^~
evilbz.cpp:7:17: error: ‘evil’ was not declared in this scope
7 | else(bz == not evil) {
| ^~~~