上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 43 下一页
摘要: 视频链接:A07 01分数规划_哔哩哔哩_bilibili 1. POJ2976 Dropping tests //分数规划+二分+排序 复杂度:nlogn*log(1e4) #include <iostream> #include <cstring> #include <algorithm> us 阅读全文
posted @ 2023-02-08 10:33 董晓 阅读(881) 评论(1) 推荐(1) 编辑
摘要: 视频链接:A06 二分答案 最好的套路_哔哩哔哩_bilibili 1. Luogu P2440 木材加工 #include <iostream> #include <cstring> #include <algorithm> using namespace std; typedef long lo 阅读全文
posted @ 2023-01-31 17:20 董晓 阅读(1851) 评论(2) 推荐(0) 编辑
摘要: 视频链接:A05 二分查找算法 最好的板子_哔哩哔哩_bilibili Luogu P2249 【深基13.例1】查找 // 我喜欢的板子 #include<cstdio> using namespace std; int n,m,q,a[1000005]; int find(int q){ int 阅读全文
posted @ 2023-01-31 17:14 董晓 阅读(1373) 评论(1) 推荐(2) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1Q24y1h7W9/ Luogu P1595 信封问题 #include <iostream> #include <cstring> #include <algorithm> #define LL long long us 阅读全文
posted @ 2023-01-06 22:56 董晓 阅读(196) 评论(0) 推荐(1) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1ZM411476C/ Luogu P6620 [省选联考 2020 A 卷] 组合数问题 #include <iostream> #include <cstring> #include <algorithm> using 阅读全文
posted @ 2023-01-05 16:25 董晓 阅读(139) 评论(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 董晓 阅读(156) 评论(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 董晓 阅读(169) 评论(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 董晓 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1a3411Z7vL/ Luogu P3803 【模板】多项式乘法(FFT) // 递归版 3.2s #include <iostream> #include <cstdio> #include <cstring> #inc 阅读全文
posted @ 2023-01-02 23:35 董晓 阅读(545) 评论(0) 推荐(3) 编辑
摘要: 视频链接: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 董晓 阅读(350) 评论(0) 推荐(2) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 43 下一页