摘要: 视频链接:A22 堆 序列合并_哔哩哔哩_bilibili Luogu P1631 序列合并 #include <cstdio> #include <queue> using namespace std; const int N=100005; int a[N],b[N],id[N]; priori 阅读全文
posted @ 2023-08-26 18:21 董晓 阅读(610) 评论(0) 推荐(0)
摘要: 视频链接:A21 排序 区间合并_哔哩哔哩_bilibili Luogu P1496 火烧赤壁 #include<iostream> #include<cstdio> #include<algorithm> using namespace std; #define N 20005 struct li 阅读全文
posted @ 2023-08-26 10:02 董晓 阅读(604) 评论(0) 推荐(0)