Problem timeexam
User Username101
Submission Time 2025-07-06 22:17:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:8: error: expected ‘;’ before ‘}’ token
9 | h = 0
| ^
| ;
10 | }
| ~
timeexam.cpp:12:26: error: expected ‘;’ before ‘}’ token
12 | printf("%02d%02d", h, m)
| ^
| ;
13 | }
| ~