Problem do_you_like_me
User nzx
Submission Time 2025-10-19 09:44:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

do_you_like_me.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:5:2: error: ‘string’ was not declared in this scope
5 | string s; cin >> s;
| ^~~~~~
do_you_like_me.cpp:5:12: error: ‘cin’ was not declared in this scope
5 | string s; cin >> s;
| ^~~
do_you_like_me.cpp:5:19: error: ‘s’ was not declared in this scope
5 | string s; cin >> s;
| ^
do_you_like_me.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << "Yes! I would love to go on a date with you," << s<<".";
| ^~~~