Problem timeexam
User LXYSGP
Submission Time 2024-06-01 20:40:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:6:32: error: expected ‘;’ before ‘}’ token
6 | cout << ((a / 60)* 100) % 2400
| ^
| ;
7 | }
| ~