Problem | do_you_like_me |
---|---|
User | waffles |
Submission Time | 2025-06-17 09:38:42 |
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:3:5: error: ‘string’ was not declared in this scope
3 | string name;
| ^~~~~~
do_you_like_me.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> name;
| ^~~
do_you_like_me.cpp:4:12: error: ‘name’ was not declared in this scope
4 | cin >> name;
| ^~~~
do_you_like_me.cpp:5:5: error: ‘cout’ was not declared in this scope
5 | cout << " Yes! I would love to goon a date with you, " << name;
| ^~~~