摘要:
视频链接: Luogu P3960 [NOIP2017 提高组] 列队 // 树状数组+二分 O(N*logN*logN) #include <iostream> #include <cstring> #include <algorithm> #include <vector> using name 阅读全文
摘要:
视频链接:C88 两个树状数组 P3586 [POI2015] LOG_哔哩哔哩_bilibili Luogu P3586 [POI2015] LOG // 两个树状数组 O(nlogn) #include <iostream> #include <cstring> #include <algori 阅读全文
摘要:
视频链接:C87 树状数组+DFS P3605 [USACO17JAN] Promotion Counting P_哔哩哔哩_bilibili Luogu P3605 [USACO17JAN] Promotion Counting P // 树状数组+DFS O(nlogn) #include <i 阅读全文