已知進棧序列,求出棧序列

#include<cstdio> #include<string.h> int count=0; char a[10]; void perm(char a[],int k,int n) { int i,u,v,w,flag; char temp,t[10]; strcpy(t,a); if(k==n) { flag=1;
相關文章
相關標籤/搜索