Problem | do_you_like_me |
---|---|
User | SideQuesting |
Submission Time | 2025-06-17 09:21:36 |
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:7:9: error: expected unqualified-id before string constant
7 | string "Yes! I would love to go on a date with you,";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
do_you_like_me.cpp:8:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘const char [44]’)
8 | cin >> "Yes! I would love to go on a date with you,";
| ~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| | const char [44]
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from do_you_like_me.cpp:1:
/usr/include/c++/9/istream: