Problem evilbz
User migueltanpe67
Submission Time 2026-06-23 10:32:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:10:13: error: ‘s’ was not declared in this scope
10 | if (s == evilbz) {
| ^
evilbz.cpp:10:18: error: ‘evilbz’ was not declared in this scope
10 | if (s == evilbz) {
| ^~~~~~
evilbz.cpp:11:21: error: ‘a’ was not declared in this scope
11 | cout << a << icpc << "\n";
| ^
evilbz.cpp:11:26: error: ‘icpc’ was not declared in this scope
11 | cout << a << icpc << "\n";
| ^~~~
evilbz.cpp:12:25: error: ‘bz’ was not declared in this scope
12 | } else if (s == bz) {
| ^~
evilbz.cpp:13:21: error: ‘a’ was not declared in this scope
13 | cout << a << cpic << "\n";
| ^
evilbz.cpp:13:26: error: ‘cpic’ was not declar