题解 | #数学幂运算#

数学幂运算

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)

全部评论

相关推荐

韵不凡:软件开发的工作需要博士吗?
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务