Lũy Thừa 1
Submit solution
Points:
10.00
Time limit:
1.0s
Memory limit:
64M
Input:
stdin
Output:
stdout
Authors:
Problem types
Allowed languages
C, C++, Java, Pascal, Python, Scratch, TEXT
Yêu cầu
Nhập vào 2 số nguyên ~a~ và ~n~, tính ~a^n~.
Dữ liệu
Một dòng duy nhất, gồm ~a~ và ~n~ ~(0< a\le 100,0\le n~, thỏa ~a^n \le 10^6)~.
Kết quả
Dòng duy nhất ghi kết quả theo yêu cầu.
Input
9 2
Output
81
Comments