| Problem | evilbz |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-23 09:40:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:6:2: error: expected initializer before ‘string’
6 | string A
| ^~~~~~
evilbz.cpp:8:6: error: ‘S’ was not declared in this scope
8 | if (S == "bz"){
| ^
evilbz.cpp:9:3: error: ‘A’ was not declared in this scope
9 | A = "CPIC";
| ^
evilbz.cpp:12:3: error: ‘A’ was not declared in this scope
12 | A = "ICPC"
| ^
evilbz.cpp:14:10: error: ‘A’ was not declared in this scope
14 | cout << A;
| ^