Problem | choochoo |
---|---|
User | ILBBBM |
Submission Time | 2023-02-27 18:08:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:11:18: error: could not convert ‘bruh.std::__cxx11::basic_string<char>::operator=(((const char*)"chugga"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
11 | if (bruh = "chugga"){
| ~~~~~^~~~~~~~~~
| |
| std::__cxx11::basic_string<char>
choochoo.cpp:12:18: error: expected ‘;’ before ‘}’ token
12 | lol++
| ^
| ;
13 | }
| ~