1832: 【例4.10】末两位数

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

求$n$个$1992$的乘积的末两位数是多少?

Input

输入$n$。

Output

如题述的末两位数。

Sample Input Copy

3

Sample Output Copy

88

Source/Category