申请添加hack数据
  • 板块P10459 Raid
  • 楼主xyvsvg
  • 当前回复2
  • 已保存回复2
  • 发布时间2024/10/18 19:07
  • 上次更新2024/10/18 21:21:30
查看原帖
申请添加hack数据
807950
xyvsvg楼主2024/10/18 19:07

数据生成器:

#include<bits/stdc++.h>
using namespace std;
int main()
{
    freopen("hack.in","w",stdout);
    cout<<1<<endl;
    int n=1e5;
    cout<<n<<endl;
    for(int i=1;i<=n;++i)
        cout<<1<<' '<<i<<endl;
    for(int i=1;i<=n;++i)
        cout<<10<<' '<<i<<endl;
    return 0;
}

答案:9.000

2024/10/18 19:07
加载中...