上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 45 下一页
摘要: 视频链接:https://www.bilibili.com/video/BV1ZM411476C/ Luogu P6620 [省选联考 2020 A 卷] 组合数问题 #include <iostream> #include <cstring> #include <algorithm> using 阅读全文
posted @ 2023-01-05 16:25 董晓 阅读(247) 评论(0) 推荐(0)
摘要: 视频链接:https://www.bilibili.com/video/BV1Bx4y1u72h/ Luogu P3904 三只小猪 #include<iostream> #include<cmath> using namespace std; const int N = 55; int S[N][ 阅读全文
posted @ 2023-01-04 16:23 董晓 阅读(268) 评论(0) 推荐(1)
摘要: 视频链接:https://www.bilibili.com/video/BV1Ms4y1t7JB/ Luogu P4609 [FJOI2016]建筑师 #include <iostream> #include <cstring> #include <algorithm> using namespac 阅读全文
posted @ 2023-01-04 13:16 董晓 阅读(299) 评论(0) 推荐(0)
摘要: 视频链接:https://www.bilibili.com/video/BV1CA411o7JF/ Luogu P1595 信封问题 #include<iostream> using namespace std; const int N = 21; long long D[N]; int main( 阅读全文
posted @ 2023-01-04 00:08 董晓 阅读(253) 评论(0) 推荐(0)
摘要: 视频链接:G43 快速数论变换 NTT算法_哔哩哔哩_bilibili Luogu P3803 【模板】多项式乘法(FFT) // 递归版 3.2s #include <iostream> #include <cstdio> #include <cstring> #include <cmath> # 阅读全文
posted @ 2023-01-02 23:35 董晓 阅读(947) 评论(0) 推荐(4)
摘要: 视频链接:https://www.bilibili.com/video/BV1EA411D7yD/ Luogu P1919 【模板】A*B Problem 升级版 // 递归版 6.6s #include <iostream> #include <cstring> #include <algorit 阅读全文
posted @ 2022-12-30 22:30 董晓 阅读(567) 评论(0) 推荐(3)
摘要: 视频链接:G41 快速傅里叶变换 FFT算法 多项式乘法_哔哩哔哩_bilibili Luogu P3803 【模板】多项式乘法(FFT) // 递归版 2.5s #include<cstdio> #include<iostream> #include<cmath> #include<complex 阅读全文
posted @ 2022-12-24 22:12 董晓 阅读(1125) 评论(1) 推荐(6)
摘要: 视频链接:https://www.bilibili.com/video/BV1g14y1w7D9/ Luogu P4213 【模板】杜教筛(Sum) #include <algorithm> #include <cstdio> #include <cstring> #include <map> us 阅读全文
posted @ 2022-12-20 21:11 董晓 阅读(528) 评论(0) 推荐(2)
摘要: 视频链接:https://www.bilibili.com/video/BV1Ye4y1j7u9/ Luogu P1829 [国家集训队]Crash的数字表格 #include <algorithm> #include <cstdio> using namespace std; const int 阅读全文
posted @ 2022-12-12 22:35 董晓 阅读(610) 评论(0) 推荐(1)
摘要: 视频链接:https://www.bilibili.com/video/BV19A411X7yk/ Luogu P3455 [POI2007]ZAP-Queries #include <bits/stdc++.h> using namespace std; #define LL long long 阅读全文
posted @ 2022-12-09 14:42 董晓 阅读(556) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 45 下一页