Problem evilbz
User King6767
Submission Time 2026-06-23 10:44:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:11:5: error: ‘s’ was not declared in this scope
11 | s = input().strip()
| ^
evilbz.cpp:11:9: error: ‘input’ was not declared in this scope
11 | s = input().strip()
| ^~~~~
evilbz.cpp:12:38: error: expected ‘}’ at end of input
12 | print("CPIC" if s == "bz" else "ICPC")
| ^
evilbz.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^