方法一:直接用stl里面的next_permutation ```// #include<bits/stdc++.h> // using namespace std; // #define IOS ios::sync_with_stdio(false);cin.tie(0);cout.tie(0); // int main(){ // IOS; // int a[8]={1,2,3,4,5,6,7,8}; // do{ // for(int i=0;i<8;i++){ // cout<<a[i]&l...