Problem playlist
User vadar2525
Submission Time 2025-08-13 15:54:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

playlist.cpp: In function ‘int main()’:
playlist.cpp:18:22: error: expected ‘;’ before ‘totals’
18 | total += totals / 60
| ^
| ;
19 | totals += totals % 60
| ~~~~~~