Hack
查看原帖
Hack
175829
cnyzz楼主2021/2/21 15:12

打银组的时候捏的一组 Hack 数据。

in:

100000 1
1 2

输出生成器:

#include<bits/stdc++.h>
using namespace std;
int main() {
    freopen("hack.out","w",stdout);
    puts("2");puts("2");
    for(int i=1;i<=100000-2;i++) puts("1");
}

使用了出题人的 std 测试,输出是对的。

@akic 的题解代码 TLE

@woshiSB 的题解代码 WA

2021/2/21 15:12
加载中...