Problem timeexam
User eliasxyz
Submission Time 2025-05-22 23:38:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:8:2: error: ‘m’ was not declared in this scope
8 | m=N%60;
| ^
timeexam.cpp:9:2: error: ‘h’ was not declared in this scope
9 | h=(N-m)/60;
| ^