求x的n次方

输入x和n,求出x的n次方,并将结果输出; (0<x<10) (0<=n<=10)

Input

一行两个整数x,n   (0<x<10) (0<=n<=10)

Output

输出x的n次方

Examples

Input

2 10

Output

1024

来源

lema
Time limit 1 second
Memory limit 128 MB
讨论 统计