Problem | do_you_like_me |
---|---|
User | akyy1713 |
Submission Time | 2025-06-19 19:49:14 |
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:5:16: error: expected initializer before ‘s’
5 | int string s = "sarah";
| ^
do_you_like_me.cpp:6:12: error: ‘s’ was not declared in this scope
6 | cin >> s;
| ^