YCSluogu @ 2023-03-19 19:00:55
我朋友的提交记录
最劣情况下会退化到
hack数据构造代码:
int main() {
int n = 3e5, q = 3e5;
cout << n << ' ' << q << endl;
cout << 1 << ' ' << 2 << endl;
for (int i = 3; i <= n; i++) {
cout << 2 << ' ' << i << endl;
}
cout << endl;
for (int i = 1; i <= n; i++) {
cout << 1 << ' ' << 1 << endl;
}
return 0;
}
谁帮我@一下管理qwq
by LeTu_Jun @ 2023-03-19 19:21:58
@小粉兔 @chen_zhe
by hello_world_djh @ 2023-03-19 21:59:51
@Alex_Wei @WYXkk
by Spasmodic @ 2023-09-12 17:04:15
@Alex_Wei @WYXkk
by Alex_Wei @ 2023-09-15 09:46:08
麻了,下次能不能直接提供 hack.in/out 啊/fn
by Alex_Wei @ 2023-09-15 09:46:38
还得自己用程序跑输出。。。。
by Alex_Wei @ 2023-09-15 09:52:49
处理了。。。