Problem evilbz
User brianl
Submission Time 2026-06-23 10:20:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:2:2: error: ‘string’ was not declared in this scope
2 | string bz;
| ^~~~~~
evilbz.cpp:4:3: error: ‘cin’ was not declared in this scope
4 | cin >> bz;
| ^~~
evilbz.cpp:4:10: error: ‘bz’ was not declared in this scope
4 | cin >> bz;
| ^~
evilbz.cpp:10:6: error: ‘bz’ was not declared in this scope
10 | if (bz == "bz") {
| ^~
evilbz.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "CPIC";
| ^~~~
evilbz.cpp:13:3: error: ‘cout’ was not declared in this scope
13 | cout << "ICPC";
| ^~~~