第21331题 判断题
已知三角形两边a,b及其夹角theta(弧度),判断用sqrt(a*a + b*b - 2*a*b*cos(theta))求三角形周长是否正确

已知三个double类型的变量a、b和theta分别表示该三角形的两条边长及二者的夹角(弧度)

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