The power of a number
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes two natural numbers, a and n, as input, each provided on a separate line. The output should be the result of a^n
.
Input
Two natural numbers, a and n, each on its own line.
Output
The result of a^n
.
Examples
Input #1
Answer #1
Submissions 19K
Acceptance rate 59%