Problem | timeexam |
---|---|
User | Yuzzll |
Submission Time | 2023-01-16 21:31:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:13: error: ‘setfill’ was not declared in this scope
9 | cout << setfill('0') << setw(2) << h << ":" << setw(2) << minutes << endl;
| ^~~~~~~
timeexam.cpp:9:29: error: ‘setw’ was not declared in this scope; did you mean ‘getw’?
9 | cout << setfill('0') << setw(2) << h << ":" << setw(2) << minutes << endl;
| ^~~~
| getw