| Problem | ccs |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-04-25 11:48:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:15:15: error: could not convert ‘op.std::__cxx11::basic_string<char>::operator=(((const char*)"SLEEP"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
15 | if (op="SLEEP"){
| ~~^~~~~~~~
| |
| std::__cxx11::basic_string<char>
ccs.cpp:19:21: error: could not convert ‘op.std::__cxx11::basic_string<char>::operator=(((const char*)"WAKE"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
19 | } else if(op="WAKE") {
| ~~^~~~~~~
| |
| std::__cxx11::basic_string<char>