摘要: 11步 #include#includeusing namespace std;const int maxn = 100;struc... 阅读全文
posted @ 2020-07-22 17:06 _Hsiung 阅读(75) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;char a[105][105], v[105][105];int n,... 阅读全文
posted @ 2020-07-22 11:09 _Hsiung 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 全排列dfs的拓展 #include#include#includeusing namespace std;int n, val[... 阅读全文
posted @ 2020-07-22 10:00 _Hsiung 阅读(62) 评论(0) 推荐(0) 编辑