Problem | timeexam |
---|---|
User | YongXin |
Submission Time | 2023-06-01 20:49:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:6:9: error: ‘format’ was not declared in this scope
6 | cout<<=format("{:02}",((n/60)%24))+format("{:02}",(n%60));
| ^~~~~~