Problem do_you_like_me
User Windarcher
Submission Time 2025-06-17 10:09:37
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:5:5: error: ‘s’ was not declared in this scope
5 | s = input(Sarah)
| ^
do_you_like_me.cpp:5:15: error: ‘Sarah’ was not declared in this scope
5 | s = input(Sarah)
| ^~~~~
do_you_like_me.cpp:5:9: error: ‘input’ was not declared in this scope
5 | s = input(Sarah)
| ^~~~~