| Problem | evilbz |
|---|---|
| User | Elias |
| Submission Time | 2026-06-23 09:33:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> S >> A;
| ^~~
evilbz.cpp:8:6: error: ‘S’ was not declared in this scope
8 | if (S == bz) cout<<"CPIC";
| ^
evilbz.cpp:9:19: error: expected ‘}’ at end of input
9 | else cout<<"IPIC";
| ^
evilbz.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^