| Problem | timeexam |
|---|---|
| User | ChronoVortex |
| Submission Time | 2023-11-08 11:18:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:8:29: error: expected ‘;’ before ‘}’ token
8 | cout << floor(t/60) << t%60
| ^
| ;
9 | }
| ~