Point:
100.0
Time limit:
1.0s
Memory limit:
250 Mb
Input:
standard input
Output:
standard output
Tác giả:  
Loại đề bài

Cho 2 số nguyên dương xxnn. Hãy tính lũy thừa bậc nn của xx, tức là tính xnx^n.

Input

  • Một dòng duy nhất chứa số nguyên dương xxnn.

Output

  • Kết quả của lũy thừa xnx^n

Example

Sample Input

Copy
3 2

Sample Output

Copy
9