摘要: 视频链接: Luogu P3960 [NOIP2017 提高组] 列队 // 树状数组+二分 O(N*logN*logN) #include <iostream> #include <cstring> #include <algorithm> #include <vector> using name 阅读全文
posted @ 2024-01-04 21:23 董晓 阅读(218) 评论(0) 推荐(2) 编辑
摘要: 视频链接:C88 两个树状数组 P3586 [POI2015] LOG_哔哩哔哩_bilibili Luogu P3586 [POI2015] LOG // 两个树状数组 O(nlogn) #include <iostream> #include <cstring> #include <algori 阅读全文
posted @ 2024-01-04 21:19 董晓 阅读(148) 评论(0) 推荐(1) 编辑
摘要: 视频链接:C87 树状数组+DFS P3605 [USACO17JAN] Promotion Counting P_哔哩哔哩_bilibili Luogu P3605 [USACO17JAN] Promotion Counting P // 树状数组+DFS O(nlogn) #include <i 阅读全文
posted @ 2024-01-04 18:10 董晓 阅读(137) 评论(0) 推荐(2) 编辑