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