eolymp
bolt
Try our new interface for solving problems
Problems

Exponentiation

Exponentiation

Find the value of xn.

Input

Two positive integers x and n.

Output

Print the value of xn, if it does not exceed 1018.

Time limit 1 second
Memory limit 128 MiB
Input example #1
2 10
Output example #1
1024