Problem timeexam
User JasonJ
Submission Time 2025-11-12 13:36:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:6:9: error: expected ‘;’ before ‘b’
6 | a = N%24
| ^
| ;
7 | b = N%60
| ~