输入 n 个整数,把第一个数移动到最后。
第一行输入 n。 第二行输入 n 个整数。
把第一个数移动到最后后输出。
4 1 2 3 4
2 3 4 1
1≤n≤100
使用您的 www.mathcoding.online 通用账户