求大佬指点一下。
#include <bits/stdc++.h> using namespace std; long long a,b,c; int main(){ cin>>a>>b>>c; cout<<a<<" "<<setw(8)<<b<<" "<<setw(8)<<c; }