| Problem | evilbz |
|---|---|
| User | austenj |
| Submission Time | 2026-06-23 09:39:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:7:8: error: expected unqualified-id before string constant
7 | string "bz";
| ^~~~
evilbz.cpp:8:8: error: expected unqualified-id before string constant
8 | string "evil bz";
| ^~~~~~~~~
evilbz.cpp:9:9: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
9 | if (i = "bz") cout<<"CPIC";
| ^~~~
| |
| const char*
evilbz.cpp:10:14: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
10 | else if (i = "evil bz") cout<<"ICPC";
| ^~~~~~~~~
| |
| const char*