摘要: 题目链接:https://ac.nowcoder.com/acm/contest/1099/K 链接:https://ac.nowcoder.com/acm/contest/1099/K来源:牛客网 题目描述 Bobo 有 n 个列表 L1,L2,…,LnL_1, L_2, \dots, L_nL1 阅读全文
posted @ 2019-10-07 19:46 执||念 阅读(937) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<cmath> #include<vector> #include<map> #include<cstdlib> #include<fstream> #include<time.h> #include<list> using names 阅读全文
posted @ 2019-10-07 16:58 执||念 阅读(185) 评论(0) 推荐(0)
摘要: 学习链接:https://blog.csdn.net/ztzshiwo_cnyali/article/details/52221503 题目链接:http://poj.org/problem?id=3580 POJ 3580 splay超全模板题... 总共有6种操作,分别为MIN,INSERT,A 阅读全文
posted @ 2019-10-07 14:40 执||念 阅读(431) 评论(0) 推荐(0)