| Problem | timeexam |
|---|---|
| User | ChronoVortex |
| Submission Time | 2023-11-08 11:37:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^~~~~~
| ;