题解 | #数学幂运算#

数学幂运算

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

x, y = map(int, input().split())

#使用 pow 函数
result2 = pow(x, y)
print(result2)

result3 = pow(y, x)
print(result3)

全部评论

相关推荐

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