Problem timeexam
User Cxt76
Submission Time 2024-11-08 13:17:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:11:41: error: expected ‘;’ before ‘}’ token
11 | printf("%02d%02d", hours,remainingmins)
| ^
| ;
12 | }
| ~