hack!

P2801 教主的魔法

Cure_Wing @ 2023-08-15 17:46:11

用如下的数据生成器可以 hack 所有题解中提到的线段树做法:

#include<iostream>
#include<cstdio>
#include<algorithm>
using std::cin;using std::cout;
int n=1000000,q=3000;
signed main(){
//  freopen(".in","r",stdin);
    freopen("hack2.in","w",stdout);
    std::ios::sync_with_stdio(false);
    cin.tie(nullptr);cout.tie(nullptr);
    cout<<n<<' '<<q<<'\n';
    for(int i=1;i<=n;++i) cout<<2-(i&1)<<' ';
    cout<<'\n';
    for(int i=1;i<=q;++i) cout<<"A "<<1<<' '<<n<<' '<<2<<'\n';
    return 0;
}

被 hack 的题解如下:
@fnoi16wjhui :https://www.luogu.com.cn/blog/_post/71587 ;
@EightSixSun:https://www.luogu.com.cn/blog/_post/75390 ;
@LM:https://www.luogu.com.cn/blog/_post/79372 ;
@功在不舍 :https://www.luogu.com.cn/blog/_post/175377 。


by Cure_Wing @ 2023-08-15 17:46:37

结果是全部 TLE。


by Konjac_Jelly_6 @ 2023-08-15 18:03:26

@小粉兔


by Cure_Wing @ 2023-08-15 19:12:55

@小粉兔


by 小粉兔 @ 2023-08-16 04:05:12

@10circle 救一下啊我要玩原神了


by CultReborn @ 2023-08-16 09:30:56

@10circle 救一下啊我要玩原神了


by THZH @ 2023-08-16 11:30:16

@小粉兔 救一下啊我要被原神玩了


by 10circle @ 2023-08-16 16:23:25

@Sunmoon @小粉兔 done.


by 小粉兔 @ 2023-08-17 02:12:41

10o 你是我滴神


by flysfy_LJX @ 2023-10-18 11:44:50


by _s_z_y_ @ 2023-10-18 11:55:47


| 下一页