Problem | do_you_like_me |
---|---|
User | Windarcher |
Submission Time | 2025-06-17 10:10:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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(Sarah)
| ^
do_you_like_me.cpp:6:12: error: ‘Sarah’ was not declared in this scope
6 | s = input(Sarah)
| ^~~~~
do_you_like_me.cpp:6:6: error: ‘input’ was not declared in this scope
6 | s = input(Sarah)
| ^~~~~