Problem timeexam
User Junxian
Submission Time 2026-02-28 10:27:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:10:15: error: expected ‘;’ before ‘if’
10 | time += hours
| ^
| ;
11 | if (hours <= 10) {
| ~~