Problem | timeexam |
---|---|
User | SharpnessChipped |
Submission Time | 2023-06-05 23:35:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:27: error: expected ‘;’ before ‘)’ token
7 | result = ((N-N%60)/60)%24)*100+N%60;
| ^
| ;