Problem timeexam
User VNHbest
Submission Time 2024-01-31 14:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp:19:3: error: expected unqualified-id before ‘if’
19 | if (m < 10) {
| ^~
timeexam.cpp:22:3: error: expected unqualified-id before ‘else’
22 | else {
| ^~~~
timeexam.cpp:25:1: error: expected declaration before ‘}’ token
25 | }
| ^