第33174题 程序题
计算长方形木板的面积

有一块长方形的木板,输入两个浮点数,分别表示木板的长和宽,输出木板的面积。

输入描述

输入两个浮点数,分别表示木板的长和宽。

输出描述

输出木板的面积。

输入样例1

6.5 1.2

输出样例1

7.8

输入样例2

4.9 2.8

输出样例2

13.72

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析