Problem evilbz
User migueltanpe67
Submission Time 2026-06-23 10:54:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:17: error: ‘cpic’ was not declared in this scope
8 | string event = cpic;
| ^~~~
evilbz.cpp:9:2: error: ‘s’ was not declared in this scope
9 | s = evilbz;
| ^
evilbz.cpp:9:6: error: ‘evilbz’ was not declared in this scope
9 | s = evilbz;
| ^~~~~~
evilbz.cpp:10:6: error: ‘bz’ was not declared in this scope
10 | s = bz;
| ^~
evilbz.cpp:11:2: error: ‘a’ was not declared in this scope
11 | a = icpc;
| ^
evilbz.cpp:11:6: error: ‘icpc’ was not declared in this scope
11 | a = icpc;
| ^~~~
evilbz.cpp:14:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘const char [10]’)
14 | cin >> "s==evilbz";
| ~~~ ^~ ~~~~~~~~~~~
| | |
| | const char [10]
| std::istream {aka st