| Problem | do_you_like_me |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-05 16:22:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp:6:63: error: missing terminating " character
6 | cout << "Yes! I would love to go on a date with you, ">> s <<";
| ^~
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:6:56: error: no match for ‘operator>>’ (operand types are ‘std::basic_ostream<char>’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
6 | cout << "Yes! I would love to go on a date with you, ">> s <<";
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ~
| | |
| std::basic_ostream<char> std::string {aka std::__cxx11::basic_string<char>}
In file included from /usr/include/c++/9/string:56,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c