编程介的小学生
2019-04-20 13:59翻转纸牌游戏的程序的编码的算法,怎么利用C语言的程序的方式来实现的呢
Problem Description
The magician shuffles a small pack of cards, holds it face down and performs the following procedure:
1.The top card is moved to the bottom of the pack. The new top card is dealt face up onto the table. It is the Ace of Spades.
2.Two cards are moved one at a time from the top to the bottom. The next card is dealt face up onto the table. It is the Two of Spades.
3.Three cards are moved one at a time…
4.This goes on until the nth and last card turns out to be the n of Spades.
This impressive trick works if the magician knows how to arrange the cards beforehand (and knows how to give a false shuffle). Your program has to determine the initial order of the cards for a given number of cards, 1 ≤ n ≤ 13.
Input
On the first line of the input is a single positive integer, telling the number of test cases to follow. Each case consists of one line containing the integer n.
Output
For each test case, output a line with the correct permutation of the values 1 to n, space separated. The first number showing the top card of the pack, etc…
Sample Input
2
4
5
Sample Output
2 1 4 3
3 1 4 5 2
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- x为正整数,定义rev(x)是x在十进制下翻转得到的数(x无前导零),如rev(53)=35,给定正整数n,求x+rev(x)=n的正整数解的个数。这个程序是哪里出了问题啊?
- c++
- 1个回答
- 翻转带for循环逻辑错误的切片
- slice
- 3个回答
- 如何使用Go翻转文件的Windows存档位
- windows
- 1个回答
- 镜像串到底是啥意思,网上看的都没看懂
- c语言
- 开发语言
- c++
- 1个回答
- PHP图像调整大小和裁剪有时翻转图像上下颠倒
- php
- gd
- 1个回答