全排列含有重複數字

#include <bits/stdc++.h> using namespace std; int a[]={1,3,3}; int n = 3; void print(){ for(int i=0;i<n;i++) printf("%d ",a[i]); printf("\n"); } //第x個數與第y個數交換時,要求[x,y)中沒有與第y個數相等的數。 bool isswap
相關文章
相關標籤/搜索