产生01全排列字符串
摘要:#include <iostream> using namespace std; int a[10][10]; static int r=0; void f(int k) { if(k==4){ cout<<a[r][1]<<a[r][2]<<a[r][3]<<endl; r++;} else{ a
阅读全文
posted @ 2021-04-29 14:59
posted @ 2021-04-29 14:59
posted @ 2021-04-07 08:38
posted @ 2021-04-07 08:37
posted @ 2021-04-06 18:21
posted @ 2021-04-06 17:28