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