Problem | eatingkids |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2025-04-03 17:25:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingkids.cpp:10:65: error: missing terminating " character
10 | if (v=="bribritt" || v=="ervinthedamsel" || v=="nottyr" || v=="brianx6969) {
| ^~~~~~~~~~~~~~
eatingkids.cpp: In function ‘int main()’:
eatingkids.cpp:10:63: error: no match for ‘operator==’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘std::basic_ostream<char>’)
10 | if (v=="bribritt" || v=="ervinthedamsel" || v=="nottyr" || v=="brianx6969) {
| ~^~
| |
| std::string {aka std::__cxx11::basic_string<char>}
11 | cout<<1;
| ~~~~~~~
| |
| std::basic_ostream<char&