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

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:2: error: expected ‘}’ before ‘else’
13 | else if {(h < 10 )
| ^~~~
timeexam.cpp:11:14: note: to match this ‘{’
11 | if( h = 0 ) {
| ^
timeexam.cpp:13:10: error: expected ‘(’ before ‘{’ token
13 | else if {(h < 10 )
| ^
| (
timeexam.cpp:15:4: error: ‘else’ without a previous ‘if’
15 | } else if(h >= 10 ) {
| ^~~~
timeexam.cpp: At global scope:
timeexam.cpp:22:2: error: expected unqualified-id before ‘else’
22 | else if(m<= 10){
| ^~~~
timeexam.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^