Problem timeexam
User estkn
Submission Time 2026-03-11 23:46:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | h=ht/60
| ^
| ;
16 | }
| ~
timeexam.cpp:20:16: error: expected ‘;’ before ‘}’ token
20 | m=mt/60
| ^
| ;
21 | }
| ~