0
点赞
收藏
分享

微信扫一扫

PTA L1-066:猫是液体 (python)

四月Ren间 2022-03-11 阅读 147

一、题目要求

在这里插入图片描述

二、参考代码

l,w,h = map(int,input().split())
print(l*w*h)
举报

相关推荐

L1-066 猫是液体 (5 分)

PTA L1-027 python实现

PTA L1-017 python实现

PTA L1-034 python实现

PTA L1-032 python实现

0 条评论