Problem | do_you_like_me |
---|---|
User | Nayaa2403 |
Submission Time | 2025-06-17 09:24:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:6:54: 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 goon 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++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from do_you_like_me.cpp:1:
/u