Problem timeexam
User zsinfo2010
Submission Time 2025-07-18 15:16:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:8:5: error: ‘a’ was not declared in this scope
8 | a = x%60;
| ^
timeexam.cpp:9:5: error: ‘b’ was not declared in this scope
9 | b = (x-a)/60;
| ^