1289: 【11】1-n乱序排列▅while_not in

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:41 Solved:25

Description

①随机数的种子设置为6.

②输入n为3~9之间的一个整数。

③输出1~n的一组乱序随机顺序的列表。

Sample Input Copy

9

Sample Output Copy

[2, 8, 5, 1, 3, 6, 4, 7, 9]

HINT

注意:随机数的种子必须是6。