hack 数据生成器:
#include<bits/stdc++.h>
#define ll long long
#define endl '\n'
using namespace std;
int main(){
// freopen(".in","r",stdin);
freopen("hack.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cout<<"1000000 10000"<<endl;
for(int i=1;i<=1000000;i++){
cout<<"1 ";
}
return 0;
}
正确输出:
499999500000
tj 死因:
死者:
幸存者:
敲字不易,希望添加