Problem | do_you_like_me |
---|---|
User | blackpanther |
Submission Time | 2025-06-17 09:20:43 |
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:66: error: expected ‘;’ before ‘return’
6 | cout<< "Yes! I would love to go on a date with you," << s << "."
| ^
| ;
......
11 | return 0;
| ~~~~~~