| Problem | do_you_like_me |
|---|---|
| User | Username101 |
| Submission Time | 2026-02-08 22:03:19 |
| 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:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
5 | str x; cin >> x;
| ^~~
| std
do_you_like_me.cpp:5:16: error: ‘x’ was not declared in this scope
5 | str x; cin >> x;
| ^