[Login|Register]
Problems

Status

Rank

Problem 1308
全排列
Time Limit: 1000ms
Memory Limit: 65536kb
Description
输入一个整数N (0<N<8),输出由1~N这N个数字组成的全排列,按从小到大的顺序。
Input
只有一个数字N
Output
由1~N这N个数字组成的全排列,按从小到大的顺序。
Sample Input
3
Sample Output
123
132
213
231
312
321
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.1ms with 1 query(s).