Problem evilbz
User Vistryx
Submission Time 2026-06-23 09:31:23
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) {
| ^~~~