Problem evilbz
User Elias
Submission Time 2026-06-23 09:31:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:11: error: ‘bz’ 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(){
| ^