Problem timeexam
User yq
Submission Time 2026-06-25 21:28:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:2:13: error: expected ‘,’ or ‘;’ before ‘long’
2 | #define int long long
| ^~~~
timeexam.cpp:10:2: note: in expansion of macro ‘int’
10 | int m = n % 60
| ^~~
timeexam.cpp:14:15: error: ‘m’ was not declared in this scope
14 | cout<<"00"<<m;
| ^
timeexam.cpp:17:12: error: ‘m’ was not declared in this scope
17 | cout<<h<<m;
| ^