#abc283a. [abc283_a]Power
[abc283_a]Power
Problem Statement
Given integers and , print the value .
Constraints
- All values in the input are integers.
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
4 3
Sample Output 1
64
, so should be printed.
Sample Input 2
5 5
Sample Output 2
3125
Sample Input 3
8 1
Sample Output 3
8