求助70分python4个TLE1个WA
查看原帖
求助70分python4个TLE1个WA
1448520
woshiyigeshadanm666楼主2025/1/5 14:59

求助70分python4个TLE1个WA

a=input().split(' ')
b=int(a[1])
a=int(a[0])
c=a**b
if c>10000000000:
    print("-1")
else:
    print(c)
2025/1/5 14:59
加载中...