比赛 2025.9.13 评测结果 AWWWWWWWWWWWWWWWWW
题目名称 The Best Lineup 最终得分 6
用户昵称 xxz 运行时间 0.044 s
代码语言 C++ 内存使用 3.69 MiB
提交时间 2025-09-13 11:29:44
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;;
int main(){
	freopen("Lineup.in","r",stdin);freopen("Lineup.out","w",stdout);
	cout<<"4 3 3 2 1"<<endl<<"6 5 4"<<endl<<"4 3 2 1 1";
	return 0;
}