#include #include using namespace std; int main() { int szam = 58; cout << setfill('0') << setw(10) << szam << endl; return 0; }