0
点赞
收藏
分享

微信扫一扫

P5703 【深基2.例5】苹果采购(python3实现)

腾讯优测 2022-01-26 阅读 29

https://www.luogu.com.cn/problem/P5703

"""

P5703 【深基2.例5】苹果采购( python3实现 )
https://www.luogu.com.cn/problem/P5703

"""
t,n=map(int,input().split())

print(t*n)

举报

相关推荐

0 条评论