| Problem | evilbz |
|---|---|
| User | ki11s |
| Submission Time | 2026-06-23 09:37:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:13: error: ‘bz’ was not declared in this scope
8 | if(S == bz){
| ^~
evilbz.cpp:10:9: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
10 | A = "CPIC";
| ^~~~~~
| |
| const char*
evilbz.cpp:11:19: error: ‘evil’ was not declared in this scope
11 | }else if(S == evil bz){
| ^~~~
evilbz.cpp:11:23: error: expected ‘)’ before ‘bz’
11 | }else if(S == evil bz){
| ~ ^~~
| )
evilbz.cpp:13:9: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
13 | A = "ICPC";
| ^~~~~~
| |
| const char*
evilbz.cpp:15:13: error: ‘A’ was not declared in this scope
15 | cout << A;
| ^