Problem do_you_like_me
User stardusk
Submission Time 2026-06-22 22:46:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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; cin >> name;
| ^~~~~~
do_you_like_me.cpp:3:18: error: ‘cin’ was not declared in this scope
3 | string name; cin >> name;
| ^~~
do_you_like_me.cpp:3:25: error: ‘name’ was not declared in this scope
3 | string name; cin >> name;
| ^~~~
do_you_like_me.cpp:4:5: error: ‘cout’ was not declared in this scope
4 | cout << "Yes! I would love to go on a date with you, " << name << ".";
| ^~~~