| Problem | evilbz |
|---|---|
| User | 3rica |
| Submission Time | 2026-06-23 10:24:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp:2:20: error: expected ‘;’ before ‘signed’
2 | using namespace std
| ^
| ;
3 | signed main () {
| ~~~~~~
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:4:1: error: ‘S’ was not declared in this scope
4 | S = "bz";
| ^
evilbz.cpp:5:2: error: ‘A’ was not declared in this scope
5 | A = "CPIC";
| ^
evilbz.cpp:6:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘const char [2]’)
6 | cin >> "S";
| ~~~ ^~ ~~~
| | |
| | const char [2]
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bit