Problem 2622 --Permutation - Permutation Enumeration

2622: Permutation - Permutation Enumeration

"
Time Limit $6$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $40$ 正确数量 $13$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 STL

Permutation Enumeration 

For given an integer n, print all permutations of {1,2,...,n} in lexicographic order.

An integer n is given in a line
Print each permutation in a line in order. Separate adjacency elements by a space character.
2
1 2
2 1
1≤n≤9

推荐代码 查看2622 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$225 $ms] AOJ大管家 436918 2019-06-06 18:34:09
内存最少[$1116 $KB] 左燕峰@计算机科学与技术172 297456 2018-10-28 18:51:32
第一AC 计爱玲 282011 2018-10-07 17:20:59
第一挑战 计爱玲 282011 2018-10-07 17:20:59

赛题来源/所属竞赛 会津大学《C++ Programming II》 C++程序设计(高级)

竞赛编号 竞赛名称 竞赛时间 访问比赛
1212 2018-2019-1学期安徽科技学院程序设计周赛 2018-10-28 18:00:00 请登录