服了,怎么写都是WA,setw也不行
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<setw(9)<<a<<setw(9)<<b<<setw(9)<<c; return 0; }