Mr. D is interesting in combinatorial enumeration. Now he want to find out the number of ways on painting the vertexes of a cube. Suppose there are C different colors and two paintings are considered the same if they can transform from one to another by rotation.
输入解释
There are multiple test cases in the input, the first line of input contains an integer denoting the number of test cases. For each test case, there are only one integer C, denoting the number of colors. (1 <= C <= 1000000000)
输出解释
For each test case, output the the number of painting ways. And if the number is equal or larger than 1015, output the last 15 digits.