题解 | 乘法与幂运算

乘法与幂运算

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

import sys

x = int(input())
y = int(input())

print(x*y,x**y,sep="\n")

全部评论

相关推荐

02-23 19:06
已编辑
西北工业大学 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务