比赛 2025.9.6 评测结果 AWWWWWWWWWWWWWWWWW
题目名称 Sequence Construction 最终得分 6
用户昵称 李奇文 运行时间 0.053 s
代码语言 C++ 内存使用 3.67 MiB
提交时间 2025-09-06 11:53:45
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("Sequence.in","r",stdin);
	freopen("Sequence.out","w",stdout);
	int t;
	int a,b,c,d,f,g;
	cin>>t>>a>>b>>c>>d>>f>>g;
	cout<<2<<endl<<2<<" "<<0<<endl;
	cout<<3<<endl<<3<<" "<<23<<" "<<7<<endl;
	cout<<-1;
	return 0;
}