| Problem | timeexam |
|---|---|
| User | thefish5768 |
| Submission Time | 2026-02-21 00:10:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:22:72: error: expected ‘;’ before ‘return’
22 | cout << setfill('0')<<setw(2)<<hours<<setfill('0')<<setw(2)<<minutes
| ^
| ;
......
27 | return 0;
| ~~~~~~