题解 | #乘法与幂运算#

乘法与幂运算

https://www.nowcoder.com/practice/2b0e586dfdbe4da4aabccbc94a4f7224

import sys
import math
x = int(input())
y = int(input())
print(x * y)
# print(x**y)
print(int(math.pow(x, y)))

全部评论

相关推荐

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