| Problem | do_you_like_me |
|---|---|
| User | Junxian |
| Submission Time | 2026-02-20 21:05:31 |
| 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:17: error: expected ‘;’ before ‘if’
6 | getline(cin, s)
| ^
| ;
7 | if (s.length() <= 20) {
| ~~