| Problem | playlist |
|---|---|
| User | Lover4u1YgC |
| Submission Time | 2026-05-15 13:20:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
playlist.cpp: In function ‘int main()’:
playlist.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘long’
8 | long long total_seconds=0
| ^~~~
playlist.cpp:9:16: error: ‘i’ was not declared in this scope
9 | for (int i=0; i<n; ++i)
| ^
playlist.cpp:16:17: error: ‘total_seconds’ was not declared in this scope
16 | total_minutes+=total_seconds/60;
| ^~~~~~~~~~~~~