hack全部题解
查看原帖
hack全部题解
967841
__CrossBow_EXE__楼主2024/12/3 21:59

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 死因:

  • 十年 OI 一场空,________________
  • 没注意到奶牛可以在一个牛栏里(应该是吧,题目中没说保证不在一起)

死者:

敲字不易,希望添加@chen_zhe

2024/12/3 21:59
加载中...