| Problem | evilbz |
|---|---|
| User | brianl |
| Submission Time | 2026-06-23 10:58:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:2:2: error: ‘string’ was not declared in this scope
2 | string bz;
| ^~~~~~
evilbz.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> bz;
| ^~~
evilbz.cpp:3:9: error: ‘bz’ was not declared in this scope
3 | cin >> bz;
| ^~
evilbz.cpp:6:3: error: ‘cout’ was not declared in this scope
6 | cout << "CPIC";
| ^~~~
evilbz.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << "ICPC";
| ^~~~