Problem do_you_like_me
User ritesh
Submission Time 2025-06-17 09:35:22
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 s ;
| ^~~~~~
do_you_like_me.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> s ;
| ^~~
do_you_like_me.cpp:4:12: error: ‘s’ was not declared in this scope
4 | cin >> s ;
| ^
do_you_like_me.cpp:5:5: error: ‘cout’ was not declared in this scope
5 | cout<< "Yes! I would love to go on a date with you, {"<< s << "}.";
| ^~~~