#include<iostream> #include<iomanip> using namespace std; int main() { int i = 18; cout<<setw(10)i; }