侧边栏
摘要: 链接:https://www.luogu.org/problemnew/show/P1088 思路:直接上STL的next_permutation 代码: 1 #include<bits/stdc++.h> 2 #define inf 0x3f3f3f3f 3 typedef long long l 阅读全文
posted @ 2019-03-05 21:08 晴人 阅读(223) 评论(0) 推荐(0) 编辑