Problem timeexam
User kvankok
Submission Time 2023-03-22 17:15:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:42: error: expected ‘;’ before ‘if’
7 | minutes=n%60; hour=minutes*60; hour%=24
| ^
| ;
8 |
9 | if (hour==0) {
| ~~