|
||||||||||
DIY CubeTime Limit: 2000/2000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 951 Accepted Submission(s): 466 Problem Description 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. Input 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) Output 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. Sample Input
Sample Output
Author HyperHexagon Source | ||||||||||
|