Problem timeexam
User Hytoh
Submission Time 2023-02-19 11:26:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:12:21: error: expected ‘;’ before ‘}’ token
12 | cout << "0" << hour
| ^
| ;
13 | }
| ~