Loading

摘要: 这个题要注意的是:右节点时大于等于根节点的。 阅读全文
posted @ 2019-03-18 19:35 青山新雨 阅读(186) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; const int maxn = 1e5+10; struct node{ int key, pre, next; }nn[maxn],mm[maxn]; struct kk{ int val, next; }mk[maxn]; mapss; int st, n, ... 阅读全文
posted @ 2019-03-18 17:32 青山新雨 阅读(736) 评论(0) 推荐(0) 编辑