842. 排列数字

842. 排列数字 - AcWing题库 #include<bits/stdc++.h> #define rep(i,a,b) for(int i=a;i<b;i++) using namespace std; const int N=10; int n; int quene[N]; bool fl
posted @ 2021-10-06 08:05  infocodez  阅读(19)  评论(0编辑  收藏  举报