Problem evilbz
User aribah
Submission Time 2026-06-23 09:38:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:9: error: ‘S’ was not declared in this scope
5 | cin << S;
| ^
evilbz.cpp:6:11: error: ‘A’ was not declared in this scope
6 | cout << A;
| ^
evilbz.cpp:8:22: error: invalid operands of types ‘const char [5]’ and ‘int’ to binary ‘operator<<’
8 | cout << A = "CPIC" << '/n';
| ~~~~~~ ^~ ~~~~
| | |
| | int
| const char [5]
evilbz.cpp:11:23: error: invalid operands of types ‘const char [6]’ and ‘int’ to binary ‘operator<<’
11 | cout << A = "ICPIC" << '/n';
| ~~~~~~~ ^~ ~~~~
| | |
| | int
| const char [6]