| Problem | do_you_like_me |
|---|---|
| User | ansellee |
| Submission Time | 2026-02-15 13:42:11 |
| 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:14: error: expected initializer before ‘<<’ token
7 | string temp << cin;
| ^~
do_you_like_me.cpp:8:60: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
8 | cout << "Yes! I would love to go on a date with you, " << temp;
| ^~~~
| mktemp