Problem | timeexam |
---|---|
User | claireau |
Submission Time | 2024-06-24 14:21:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:13: error: expected primary-expression before ‘<’ token
13 | if (n/60=<9){
| ^
timeexam.cpp:14:15: error: ‘i’ was not declared in this scope
14 | cout<<"0"<<i<<n%60;
| ^
timeexam.cpp:17:10: error: ‘i’ was not declared in this scope
17 | cout<<i<<n%60;
| ^