Luogu 1341 无序字母对 - 欧拉路径
摘要:
Solution 找一条字典序最小的欧拉路径。 用 $multiset$ 存储领接表。 欧拉路径模板传送门 Code 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #include<set> 5 using namesp 阅读全文
posted @ 2018-09-30 12:44 cychester 阅读(166) 评论(0) 推荐(0) 编辑