| Problem | evilbz |
|---|---|
| User | xinyu |
| Submission Time | 2026-06-23 09:41:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:6: error: could not convert ‘x.std::__cxx11::basic_string<char>::operator=(((const char*)"bz"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
8 | if (x="bz"){
| ~^~~~~
| |
| std::__cxx11::basic_string<char>
evilbz.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
evilbz.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^