摘要: """计算矩形面积""" l = float(input()) d = float(input()) S = l * d s = round(S,2) print(s) 学号:2020310143012 昵称:苒若 阅读全文
posted @ 2021-09-12 23:42 苒若 阅读(114) 评论(0) 推荐(0)