上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: https://www.luogu.org/problemnew/solution/P3165 预处理 我们会发现一个问题:高度是无序的,而splay中要求有序,否则kth不能正确求解。不需要求高度,只要求位置。所以,用结构体存入 高度 与 下标,按高度排序,然后就可以把高度丢一边了(一波sao操作 阅读全文
posted @ 2018-05-08 10:55 xayata 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 题面:https://www.luogu.org/problemnew/show/P3391 题解:https://www.zybuluo.com/wsndy-xx/note/1138892 阅读全文
posted @ 2018-05-08 07:53 xayata 阅读(105) 评论(0) 推荐(0) 编辑
摘要: https://www.zybuluo.com/wsndy-xx/note/1136246 图1 图2 阅读全文
posted @ 2018-05-07 14:54 xayata 阅读(148) 评论(1) 推荐(1) 编辑
摘要: 不想调了 阅读全文
posted @ 2018-05-07 10:55 xayata 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-06 21:45 xayata 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 题面 https://www.luogu.org/problemnew/show/P3313#sub 题解 https://www.zybuluo.com/wsndy-xx/note/1136233 阅读全文
posted @ 2018-05-05 19:58 xayata 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 题面 http://cogs.pro:8080/cogs/problem/problem.php?pid=6 题解 https://www.zybuluo.com/wsndy-xx/note/1135944 阅读全文
posted @ 2018-05-05 11:05 xayata 阅读(167) 评论(0) 推荐(0) 编辑
摘要: https://www.zybuluo.com/wsndy-xx/note/1135827 阅读全文
posted @ 2018-05-05 10:47 xayata 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 题目 http://hihocoder.com/problemset/problem/1712 题解 https://www.zybuluo.com/wsndy-xx/note/1135606 阅读全文
posted @ 2018-05-04 19:46 xayata 阅读(109) 评论(0) 推荐(0) 编辑
摘要: https://www.zybuluo.com/wsndy-xx/note/1135466 阅读全文
posted @ 2018-05-04 18:16 xayata 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页