#17903: c++陣列寫法


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)

學校 : 臺北市私立延平高級中學
編號 : 83268
來源 : [203.72.178.1]
最後登入時間 :
2023-10-30 13:02:50
a524. 手機之謎 | From: [114.42.212.155] | 發表日期 : 2019-05-31 19:54

#include <bits/stdc++.h>
using namespace std;
int main(int argc, char** argv){
int a;
while(cin>>a){
int b[a];
for(int c=0;c<a;c++)
b[c]=a-c;
do{
for(int c=0;c<a;c++)
cout<<b[c];
cout<<endl;
}while(prev_permutation(b,b+a));
}
}

 
ZeroJudge Forum