Problem | do_you_like_me |
---|---|
User | Jude |
Submission Time | 2025-08-06 11:55:40 |
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:69: error: expected ‘;’ at end of input
7 | cout << "Yes! I would love to go on a date with you" << name << "."
| ~~~^
| ;
do_you_like_me.cpp:7:66: error: expected ‘}’ at end of input
7 | cout << "Yes! I would love to go on a date with you" << name << "."
| ^~~
do_you_like_me.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^