Problem timeexam
User claireau
Submission Time 2024-06-24 14:22:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:14: error: expected primary-expression before ‘)’ token
13 | if (n/60<=){
| ^
timeexam.cpp:17:10: error: ‘i’ was not declared in this scope
17 | cout<<i<<n%60;
| ^