| Problem | timeexam |
|---|---|
| User | Yicen |
| Submission Time | 2025-02-08 20:42:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include
| ^
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:13: error: ‘setfill’ was not declared in this scope
13 | cout << setfill('0') << setw(2) << hours << setw(2) << minutes << endl;
| ^~~~~~~
timeexam.cpp:13:29: error: ‘setw’ was not declared in this scope; did you mean ‘getw’?
13 | cout << setfill('0') << setw(2) << hours << setw(2) << minutes << endl;
| ^~~~
| getw