提交时间:2023-01-23 10:26:11

运行 ID: 6377

#include <bits/stdc++.h> using namespace std; int main(){ long int a,b,c; cin>>a>>b>>c; cout<<setw(8)<<a<<" "; cout<<setw(8)<<b<<" "; cout<<setw(8)<<c; }