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)
P5703 【深基2.例5】苹果采购(python3实现)
阅读 29
2022-01-26
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)