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

Compile Error

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