|
||||||||||
Who's Aunt ZhangTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 665 Accepted Submission(s): 553 Problem Description Aunt Zhang, well known as ÕÅ°¢ÒÌ, is a fan of Rubik¡¯s cube. One day she buys a new one and would like to color it as a gift to send to Teacher Liu, well known as ÁõÀÏʦ. As Aunt Zhang is so ingenuity, she can color all the cube¡¯s points, edges and faces with K different color. Now Aunt Zhang wants to know how many different cubes she can get. Two cubes are considered as the same if and only if one can change to another ONLY by rotating the WHOLE cube. Note that every face of Rubik¡¯s cube is consists of nine small faces. Aunt Zhang can color arbitrary color as she like which means that she doesn¡¯t need to color the nine small faces with same color in a big face. You can assume that Aunt Zhang has 74 different elements to color. (8 points + 12 edges + 9*6=54 small faces) Input The first line of the date is an integer T, which is the number of the text cases. Then T cases follow, each case contains one integer K, which is the number of colors. T<=100, K<=100. Output For each case, you should output the number of different cubes. Give your answer modulo 10007. Sample Input
Sample Output
Source | ||||||||||
|