Problem timeexam
User ChronoVortex
Submission Time 2023-11-08 11:37:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:8:37: error: expected ‘;’ before ‘floor’
8 | cout << setw(4) << setfill('0') <<5 floor(t/60)*100+t%60;
| ^~~~~~
| ;