"""计算矩形面积""" l = float(input()) d = float(input()) S = l * d s = round(S,2) print(s)
学号:2020310143012
昵称:苒若