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 salted_salted_fish @ 2024-08-01 20:05:34

https://autopatchcn.yuanshen.com/client_app/download/pc_zip/20240524181110_KeC850jf18J0oRII/YuanShen_4.7.0.zip.001

https://autopatchcn.yuanshen.com/client_app/download/pc_zip/20240524181110_KeC850jf18J0oRII/YuanShen_4.7.0.zip.002

https://autopatchcn.yuanshen.com/client_app/download/pc_zip/20240524181110_KeC850jf18J0oRII/YuanShen_4.7.0.zip.003

https://autopatchcn.yuanshen.com/client_app/download/pc_zip/20240524181110_KeC850jf18J0oRII/YuanShen_4.7.0.zip.004

https://autopatchcn.yuanshen.com/client_app/download/pc_zip/20240524181110_KeC850jf18J0oRII/YuanShen_4.7.0.zip.005

https://autopatchcn.yuanshen.com/client_app/download/pc_zip/20240524181110_KeC850jf18J0oRII/YuanShen_4.7.0.zip.006

@管理员dalao 下载链接


by salted_salted_fish @ 2024-08-01 20:07:42

原神,启动!(但我自己不玩)


by mxxby @ 2024-08-01 20:14:25

烤咕qwq


by yzc001 @ 2024-10-03 22:06:47

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


上一页 |