Problem | do_you_like_me |
---|---|
User | Jovin0612 |
Submission Time | 2025-06-17 10:42:37 |
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:9:63: error: ‘encoded_name’ was not declared in this scope
9 | cout << "Yes! I would love to go on a date with you, " << encoded_name << "." << endl;
| ^~~~~~~~~~~~
do_you_like_me.cpp:11:13: error: expected ‘}’ at end of input
11 | return 0;
| ^
do_you_like_me.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^