Problem timeexam
User eliasxyz
Submission Time 2025-05-22 23:45:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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<<endl
| ^~~~~~~
timeexam.cpp:11:22: error: ‘setw’ was not declared in this scope; did you mean ‘getw’?
11 | cout<<setfill('0')<<setw(4)<<hehe<<endl
| ^~~~
| getw