Problem do_you_like_me
User Windarcher
Submission Time 2025-06-17 10:10:45
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:6:2: error: ‘s’ was not declared in this scope
6 | s = input();
| ^
do_you_like_me.cpp:6:6: error: ‘input’ was not declared in this scope
6 | s = input();
| ^~~~~
do_you_like_me.cpp:8:61: error: expected ‘;’ before ‘return’
8 | printf("Yes! I would love to go on a date with you, {s}.")
| ^
| ;
9 | return 0;
| ~~~~~~