Problem timeexam
User Jude
Submission Time 2024-07-05 13:00:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:10:22: error: expected ‘;’ before ‘)’ token
10 | hours = (n/60) % 24);
| ^
| ;