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