Owl Get a Life
timeexam.cpp: In function ‘int main()’:timeexam.cpp:7:11: error: expected ‘;’ before ‘h’ 7 | n %= 1440 | ^ | ; 8 | h = n % 60; | ~