10_2<sairate@sina.cn>
This commit is contained in:
parent
90d43f5101
commit
ee980689c9
|
@ -0,0 +1,7 @@
|
|||
a=int(input())
|
||||
b=int(input())
|
||||
|
||||
if a**b>1000000000:
|
||||
print(-1)
|
||||
else:
|
||||
print(a**b)
|
Loading…
Reference in New Issue