Owl Get a Life
timeexam.cpp: In function ‘int main()’:timeexam.cpp:6:9: error: expected ‘;’ before ‘b’ 6 | a = N%24 | ^ | ; 7 | b = N%60 | ~