Problem timeexam
User chatdanai
Submission Time 2025-11-13 12:07:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | mins = "00"
| ^
| ;
13 | }
| ~
timeexam.cpp:24:20: error: expected ‘;’ before ‘}’ token
24 | hour = "00"
| ^
| ;
25 | }
| ~