Problem timeexam
User Krishh101
Submission Time 2025-12-11 20:08:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:11: error: expected ‘;’ before ‘h’
7 | n %= 1440
| ^
| ;
8 | h = n % 60;
| ~