Problem timeexam
User shavonne22
Submission Time 2026-02-28 17:27:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:13: error: ‘setw’ was not declared in this scope; did you mean ‘getw’?
13 | cout << setw(2) << setfill('0') << hours
| ^~~~
| getw
timeexam.cpp:13:24: error: ‘setfill’ was not declared in this scope
13 | cout << setw(2) << setfill('0') << hours
| ^~~~~~~