摘要: 传送门 题解 这几道都是上周llj讲的题,题解也写得十分好了,所以直接贴了几个链接和代码。 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<cstdio> #inc 阅读全文
posted @ 2018-03-19 21:08 啊宸 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 传送门 辣鸡题目毁我人生败我前程 50分代码 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #include<cstdio> #include<q 阅读全文
posted @ 2018-03-19 20:10 啊宸 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 传送门 题解 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #include<cstdio> #include<queue> #include<c 阅读全文
posted @ 2018-03-19 20:09 啊宸 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 传送门 旋转卡壳。 答案一定出现在对踵点中。 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #include<cstdio> #include<q 阅读全文
posted @ 2018-03-19 20:07 啊宸 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 传送门 题解 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #include<cstdio> #include<queue> #include<c 阅读全文
posted @ 2018-03-19 20:05 啊宸 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 传送门 题解 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #include<cstdio> #include<queue> #include<c 阅读全文
posted @ 2018-03-19 20:04 啊宸 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 传送门 题解 扩展欧拉定理。 线段树维护,已经全改到底了的节点就不管,不然暴力修改下去。 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #incl 阅读全文
posted @ 2018-03-19 20:01 啊宸 阅读(216) 评论(0) 推荐(0) 编辑