| Problem | playlist2 |
|---|---|
| User | aiden |
| Submission Time | 2026-02-14 17:55:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
playlist2.cpp:29:26: error: missing terminating ' character
29 | cout << -1<< endl'
| ^
playlist2.cpp: In function ‘int main()’:
playlist2.cpp:29:26: error: expected ‘;’ before ‘}’ token
29 | cout << -1<< endl'
| ^
| ;
30 | }
| ~