Problem do_you_like_me
User ansellee
Submission Time 2026-02-15 13:42:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:7:2: error: ‘String’ was not declared in this scope
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