| Problem | do_you_like_me |
|---|---|
| User | gOrDoN |
| Submission Time | 2026-04-01 15:45:50 |
| 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:11:67: error: expected ‘;’ before ‘}’ token
11 | cout << "Yes! I would love to go on a date with you, " << x <<"."
| ^
| ;
12 | }
| ~