建行网站/百度推广点击软件
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1210
思考方向:每个牌从离开原来位置到原来位置停止
例如:1
1 2
2 4
3 8
4 3
5 6
6 12
7 11
8 9
9 5
10 10
11 7
12 1
最后返回到原来位置停止,,,,
#include<stdio.h>
int main()
{
}