全WA
查看原帖
全WA
1171448
zhby_Twd楼主2025/1/27 12:32

服了,怎么写都是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;
}

2025/1/27 12:32
加载中...