Problem timeexam
User P55D2K
Submission Time 2023-04-14 20:15:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:15:9: error: expected ‘,’ or ‘;’ before ‘if’
15 | if (hours < 24) cout << hours << minutes;
| ^~
timeexam.cpp:16:9: error: ‘else’ without a previous ‘if’
16 | else {
| ^~~~