- 博客(1)
- 收藏
- 关注
原创 全排列
#include <iostream> #include <algorithm> using namespace std; int swap(int &a,int &b) { int temp=a; a=b; b=temp; } int pr(int a[],int n) { for(int i=0;i<n;i++) { cout...
2019-11-27 01:07:21
555
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅