全排列
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入 输出 个数的全部排列。数字不可以重复。
输入格式
一个数 。
输出格式
若干组排列。
3
123
132
213
231
312
321
数据范围
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
输入 n 输出 1∼n 个数的全部排列。数字不可以重复。
一个数 n。
若干组排列。
3
123
132
213
231
312
321
1≤n≤10
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。