Problem timeexam
User xyzidk9
Submission Time 2026-03-07 09:10:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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