Problem evilbz
User YYCMMR5382
Submission Time 2026-06-23 09:44:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:12:10: error: ‘bz’ was not declared in this scope
12 | if (s == bz)
| ^~
evilbz.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | {cout << "ICPC"}
| ^
| ;