Problem timeexam
User spidermancoolboy
Submission Time 2024-01-30 22:05:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:10:12: error: expected ‘;’ before ‘if’
10 | num=num%60
| ^
| ;
11 | if (hour<10){
| ~~
timeexam.cpp:13:4: error: ‘else’ without a previous ‘if’
13 | } else {
| ^~~~