3196: 求n的n次方的末两位数是多少

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:21 Solved:16

Description

  求n的n次方的末两位数是多少?

Input

  输入一个整数n (3<=n<=10000)

Output

  输出只有一行(这意味着末尾有一个回车符号),包括1个整数。

Sample Input Copy

4

Sample Output Copy

56

HINT

参考程序: