题解 | #数学幂运算#

数学幂运算

https://www.nowcoder.com/practice/eeb02352695342caaa4d1df269c34f30

x = input()
x = x.split()
a,b = [int(x[0]), int(x[1])]
print(a**b)
print(b**a)
全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务