Problem timeexam
User yq
Submission Time 2026-06-25 21:30:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:11:24: error: expected ‘;’ before ‘}’ token
11 | cout << "0" << h << m
| ^
| ;
12 | }
| ~
timeexam.cpp:14:20: error: expected ‘;’ before ‘}’ token
14 | cout << "00" << m
| ^
| ;
15 | }
| ~
timeexam.cpp:17:17: error: expected ‘;’ before ‘}’ token
17 | cout << h << m
| ^
| ;
18 | }
| ~