| Problem | do_you_like_me |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-05 16:22:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp:6:63: error: missing terminating " character
6 | cout << "Yes! I would love to go on a date with you, ">> s <<"
| ^
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:5:2: error: expected initializer before ‘cin’
5 | cin >> s;
| ^~~
do_you_like_me.cpp:6:59: error: ‘s’ was not declared in this scope
6 | cout << "Yes! I would love to go on a date with you, ">> s <<"
| ^
do_you_like_me.cpp:7:2: error: expected primary-expression before ‘}’ token
7 | }
| ^