|
||||||||||
Let's Hit Our Head!Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 359 Accepted Submission(s): 121 Problem Description Kingdom LHOH is celebrating its annual carnival again!This time another crazy game is now on show.N*N piles of brick here lying on the ground in a straight line, and N brave fellows have attended. First they should each choose a distinct piles brick to stand behind, forming a line parrelling to the brick, and facing the same side, watching at his piles of brick. Then their captain can yelled out 3 commands, described below: A "LEFT!" Every one should move so that he is behind the left piles of the original one. B "RIGHT!" Every one should move so that he is behind the right piles of the original one. C "HIT!" Every one should break all the piles of brick before him with only his head slamming them. A little constraints are showed below: In every step, when command A or B have been yelled out, no one should move outside, that is, for everyone after his moving, brick(even breaked up) is there before him,and when command C is to be yelled out, intact piles of brick must be there before every one, so that he cannot slamming brick that it already breaked up, and only that is fair to everyone. Not until all piles of brick have been successfully breaked up with the brave fellows' heads, this game is successfully finished. Now the question is,the crazy captain wants to know how many initial options are there,satisfying for each initial option he always chooses the first piles, other members choose their own distinct ones,and the game can be finished successfully at the same time? We assume the other members except the captain cannot be told out. Input First there's an integer T(T<=15000) indicating the scenary numbers. Then there's T lines represented for the scenaries, with an integer N(1<=N<=10^12) in each line. Output For each datus, you should output one integer in a line represented the answer for the scenary with N brave fellows and N*N piles of brick.And that's all. Sample Input
Sample Output
Author BUPT Source | ||||||||||
|