| Problem | evilbz |
|---|---|
| User | King6767 |
| Submission Time | 2026-06-23 10:48:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:10:4: error: ‘s’ was not declared in this scope
10 | s = input().strip()
| ^
evilbz.cpp:10:8: error: ‘input’ was not declared in this scope
10 | s = input().strip()
| ^~~~~
evilbz.cpp:11:38: error: expected ‘}’ at end of input
11 | print("CPIC" if s == "bz" else "ICPC")
| ^
evilbz.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^