含蓄钢笔

文章
5
资源
0
加入时间
2年10月24天

C语言手写全排列

#include <stdio.h>int count=0;void f(int x[], int k){ int i,t; if(k>=4) { int l=0; for(l=0;l<4;l++) { printf("%d",x[l]); } printf("\n"); count++; return; } for(i=k; i<4; i++){ {t=x[k];