Problem | chinese |
---|---|
User | Jaryl |
Submission Time | 2025-06-21 19:53:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chinese.cpp: In function ‘int main()’:
chinese.cpp:28:37: error: expected ‘;’ before ‘}’ token
28 | overtime += workHours - totalMins
| ^
| ;
29 | }
| ~
chinese.cpp:31:24: error: expected ‘;’ before ‘}’ token
31 | cout << overtime * 100
| ^
| ;
32 | }
| ~