C++ :
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a>99999999){ cout<<setw(8)<<a<<setw(8)<<b<<setw(8)<<c<<endl; }else cout<<setw(8)<<a<<" "<<setw(8)<<b<<" "<<setw(8)<<c<<endl; return 0; }
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 算道OJ universal account