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

Compile Error

timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:7:5: error: ‘x’ was not declared in this scope
7 | x = n%1440;
| ^
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;
| ^