Problem | do_you_like_me |
---|---|
User | Roucy |
Submission Time | 2025-06-17 09:39:05 |
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:4:18: error: expected ‘;’ before ‘cout’
4 | char s; cin >> s
| ^
| ;
5 | cout << "Yes! I would love to go on a date with you, {s}.";
| ~~~~
do_you_like_me.cpp:6:10: error: expected ‘;’ before ‘}’ token
6 | return 0}
| ^
| ;