Problem timeexam
User TheAccomplice
Submission Time 2024-04-12 11:29:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:24: error: invalid operands of types ‘long double’ and ‘int’ to binary ‘operator%’
9 | int mins = minutes % 60;
| ~~~~~~~ ^ ~~
| | |
| | int
| long double