0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 21:25:24 +00:00
Commit Graph

563 Commits

Author SHA1 Message Date
0e15fbd4d0
P3803 【模板】多项式乘法(FFT)
https://www.luogu.com.cn/record/96249847
2022-12-01 21:00:00 +08:00
21425c532f
P3355 骑士共存问题
https://www.luogu.com.cn/record/96050988
2022-11-29 17:03:31 +08:00
d2d46051d3
P3803 【模板】多项式乘法(FFT)
https://www.luogu.com.cn/record/95913819
2022-11-27 21:45:56 +08:00
4f8ad912fa
P1350 车的放置
https://www.luogu.com.cn/record/95390744
2022-11-25 16:06:44 +08:00
de520c15e2
P1850 [NOIP2016 提高组] 换教室
https://www.luogu.com.cn/record/95239669
2022-11-24 12:11:30 +08:00
15193a9938
P5960 【模板】差分约束算法
https://www.luogu.com.cn/record/94859058
2022-11-20 21:03:41 +08:00
ccc6262369
P3368 【模板】树状数组 2
https://www.luogu.com.cn/record/94813602
2022-11-20 16:52:14 +08:00
0247fe4aec
P3919 【模板】可持久化线段树 1(可持久化数组)
https://www.luogu.com.cn/record/94757324
2022-11-20 11:43:02 +08:00
e2eb0106aa
P8436 【模板】边双连通分量
https://www.luogu.com.cn/record/94754317
2022-11-20 11:28:16 +08:00
7b3f37a540
P1439 【模板】最长公共子序列
https://www.luogu.com.cn/record/94751747
2022-11-20 11:16:23 +08:00
ef8275fc7a
P3379 【模板】最近公共祖先(LCA)
https://www.luogu.com.cn/record/94730020
2022-11-20 09:14:14 +08:00
7de31ae74a
P8818 [CSP-S 2022] 策略游戏
https://www.luogu.com.cn/record/94632394
2022-11-19 16:46:59 +08:00
364d5dc01c
P4031 [Code+#2]可做题2
https://www.luogu.com.cn/record/94434461
2022-11-18 14:25:17 +08:00
213986c458
P4030 [Code+#2]可做题1
https://www.luogu.com.cn/record/94434358
2022-11-18 14:24:39 +08:00
83c3851438
P4446 [AHOI2018初中组]根式化简
https://www.luogu.com.cn/record/94275503
2022-11-16 20:53:58 +08:00
dd08012a6c
P4138 [JOISC2014] 挂饰
https://www.luogu.com.cn/record/94138309
2022-11-15 20:46:48 +08:00
6b96701ad0
P2473 [SCOI2008] 奖励关
https://www.luogu.com.cn/record/93856344
2022-11-13 11:24:09 +08:00
57f45d6d0f
P6226 [BalticOI 2019 Day1]潜艇
https://www.luogu.com.cn/record/93519365
2022-11-10 21:33:19 +08:00
e9724ddf1e
P4667 [BalticOI 2011 Day1]Switch the Lamp On
https://www.luogu.com.cn/record/93519277
2022-11-10 21:32:59 +08:00
8d5d8efebd
P4421 [COCI2017-2018#1] Lozinke
https://www.luogu.com.cn/record/93125374
2022-11-07 07:43:04 +08:00
c50ba64d23
P3599 Koishi Loves Construction
https://www.luogu.com.cn/record/92697061
2022-11-03 21:02:45 +08:00
0a6ff1cad8
P3514 [POI2011]LIZ-Lollipop
https://www.luogu.com.cn/record/92628223
2022-11-03 10:37:33 +08:00
017a3770b3
P4777 【模板】扩展中国剩余定理(EXCRT)
https://www.luogu.com.cn/record/92007494
2022-10-29 11:22:01 +08:00
719bb0ec83
P3384 【模板】轻重链剖分/树链剖分
https://www.luogu.com.cn/record/92005288
2022-10-29 11:10:45 +08:00
28b2dc42c4
P3385 【模板】负环
https://www.luogu.com.cn/record/92000229
2022-10-29 10:44:48 +08:00
7bdcaf5f2c
P3834 【模板】可持久化线段树 2
https://www.luogu.com.cn/record/91986713
2022-10-29 09:26:29 +08:00
cf1446b12c
P3371 【模板】单源最短路径(弱化版)
https://www.luogu.com.cn/record/91965144
2022-10-28 22:15:17 +08:00
4895da7d09
P1886 滑动窗口 /【模板】单调队列
https://www.luogu.com.cn/record/91964513
2022-10-28 22:11:01 +08:00
e72bb88470
P5788 【模板】单调栈
https://www.luogu.com.cn/record/91963289
2022-10-28 22:04:10 +08:00
004deb5af9
P4779 【模板】单源最短路径(标准版)
https://www.luogu.com.cn/record/91959107
2022-10-28 21:42:31 +08:00
c968af6487
P3386 【模板】二分图最大匹配
https://www.luogu.com.cn/record/91953452
2022-10-28 21:18:23 +08:00
f38e430d75
P3379 【模板】最近公共祖先(LCA)
https://www.luogu.com.cn/record/91945740
2022-10-28 20:46:59 +08:00
a88a53c97a
P3376 【模板】网络最大流
https://www.luogu.com.cn/record/91932491
2022-10-28 19:56:00 +08:00
17e280db2a
P3375 【模板】KMP字符串匹配
https://www.luogu.com.cn/record/91905614
2022-10-28 17:27:23 +08:00
d7c1104f8b
P3388 【模板】割点(割顶)
https://www.luogu.com.cn/record/91855549
2022-10-28 11:03:46 +08:00
e93b52517e
P3811 【模板】乘法逆元
https://www.luogu.com.cn/record/91843036
2022-10-28 09:39:07 +08:00
af5bf736f8
P3865 【模板】ST 表
https://www.luogu.com.cn/record/91841060
2022-10-28 09:23:22 +08:00
3e1b4e4ced
P7515 [省选联考 2021 A 卷] 矩阵游戏
https://www.luogu.com.cn/record/90003104
2022-10-15 16:32:05 +08:00
0b2f9f0023
P5944 [POI2002]出圈游戏
https://www.luogu.com.cn/record/89770871
2022-10-14 07:30:45 +08:00
f05c95b8e3
P4777 【模板】扩展中国剩余定理(EXCRT)
https://www.luogu.com.cn/record/89726444
2022-10-13 19:48:48 +08:00
a5e7896fd9
P3868 [TJOI2009] 猜数字
https://www.luogu.com.cn/record/89550624
2022-10-12 11:35:54 +08:00
059ef4d859
P3579 [POI2014]PAN-Solar Panels
https://www.luogu.com.cn/record/89548822
2022-10-12 11:13:31 +08:00
32d290e513
P5358 [SDOI2019]快速查询
https://www.luogu.com.cn/record/89538389
2022-10-12 08:17:27 +08:00
07d3deb8e2
P5431 【模板】乘法逆元 2
https://www.luogu.com.cn/record/89461048
2022-10-11 16:26:23 +08:00
7c0dfb9906
P4571 [JSOI2009] 瓶子和燃料
https://www.luogu.com.cn/record/89424858
2022-10-11 09:37:28 +08:00
77bdd51811
P2520 [HAOI2011]向量
https://www.luogu.com.cn/record/89364875
2022-10-10 18:55:10 +08:00
7d55593096
P2455 [SDOI2006]线性方程组
https://www.luogu.com.cn/record/89160212
2022-10-08 18:39:59 +08:00
73b55d8552
P4140 奇数国
https://www.luogu.com.cn/record/89121079
2022-10-08 11:49:31 +08:00
b76fc18725
P4744 [Wind Festival]Iron Man
https://www.luogu.com.cn/record/89092564
2022-10-07 21:40:50 +08:00
8df881adf0
P1792 [国家集训队]种树
https://www.luogu.com.cn/record/88801338
2022-10-06 08:35:39 +08:00