Problem | timeexam |
---|---|
User | eliasxyz |
Submission Time | 2025-05-22 23:44:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:11:8: error: ‘setfill’ was not declared in this scope
11 | cout<<setfill('0')<<setw(4)<<hehe
| ^~~~~~~
timeexam.cpp:11:22: error: ‘setw’ was not declared in this scope; did you mean ‘getw’?
11 | cout<<setfill('0')<<setw(4)<<hehe
| ^~~~
| getw