Introduction - If you have any usage issues, please Google them yourself
Question 1: input integer n, output 1 ~ n the arrangement
Question 2: input n integer: a1, a2...... An (may repeat), they are all output.
Question 3: input two integer n, k (n > k), output {1, 2... N} all (n, k) combination.