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

Compile Error

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