0_0_21109239_3990.cpp: In function 'int main()':
0_0_21109239_3990.cpp:13:25: error: 'setefill' was not declared in this scope
cout << setefill('0') << setw(2) << seti;
^
0_0_21109239_3990.cpp:13:36: error: 'setw' was not declared in this scope
cout << setefill('0') << setw(2) << seti;
^
0_0_21109239_3990.cpp:13:41: error: 'seti' was not declared in this scope
cout << setefill('0') << setw(2) << seti;
^
|