| Problem | evilbz |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-23 09:34:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:8:15: error: could not convert ‘input.std::__cxx11::basic_string<char>::operator=(((const char*)"bz"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
8 | if (input = "bz") {
| ~~~~~~^~~~~~
| |
| std::__cxx11::basic_string<char>
evilbz.cpp:10:22: error: could not convert ‘input.std::__cxx11::basic_string<char>::operator=(((const char*)"evil bz"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
10 | } else if (input = "evil bz"){
| ~~~~~~^~~~~~~~~~~
| |
| std::__cxx11::basic_string<char>