Problem timeexam
User NoynYT
Submission Time 2023-05-11 16:53:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘if’
9 | if (rem<60){
| ^~
timeexam.cpp:11:4: error: ‘else’ without a previous ‘if’
11 | } else if (time/60 < 10){
| ^~~~