建议加强数据
查看原帖
建议加强数据
1088663
zzzyyyyhhhhh楼主2024/10/29 19:12

rt,错解直接成为最优解前五。

hack 数据

#include<bits/stdc++.h>
using namespace std;
signed main()
{
	int n=2e5,m=2e5,w=3;
	cout<<n<<' '<<m<<' '<<w<<'\n';
	for(int i=1;i<=n;i++)
	{
		cout<<1<<' ';
	}
	cout<<'\n';
	for(int i=1;i<=m;i+=2)
	{
		cout<<1<<' '<<1e5<<' '<<2<<'\n';
		cout<<1<<' '<<1e5<<' '<<1<<'\n';
	}
}
2024/10/29 19:12
加载中...