输出所有可能的排列组合
摘要:#include <iostream> using namespace std;//Function prototypevoid swap(int &,int &);void cal(int *, int, int length);int main(){ int a[] = {1,2,3,4,5,6
阅读全文
posted @ 2019-10-20 20:20
posted @ 2019-10-20 20:20