摘要: 此题更合适的解法应该使用左偏树,或者很神奇的DP加脑洞,不过在理解DP脑洞时候发现了更惊艳的做法思路见C题 留个坑,之后补左偏树做法吧 #include <iostream> #include <algorithm> #include <queue> #include <string> #inclu 阅读全文
posted @ 2021-03-09 11:49 IdiotNe 阅读(42) 评论(0) 推荐(0) 编辑