Problem | do_you_like_me |
---|---|
User | CheesyPasta777 |
Submission Time | 2025-07-09 16:10:29 |
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:9: error: ‘s’ was not declared in this scope
6 | string s;
| ^
do_you_like_me.cpp:8:60: error: expected ‘}’ at end of input
8 | cout << "Yes! I would love to go on a date with you," << s;
| ^
do_you_like_me.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^