生成可重集的序列

#include <iostream> #include <set> using namespace std; int A[1000], P[1000]; void print_permutation(int n, int * P, int * A, int cur){ if(n == cur){ //邊界 for(int i = 0; i <
相關文章
相關標籤/搜索