为了账号安全,请及时绑定邮箱和手机立即绑定

请求各位帮我看看 , 为什么我要输入4个数

请求各位帮我看看 , 为什么我要输入4个数

C
ve0 2016-04-13 20:55:10
#include <stdio.h>#include <math.h>int main(){ double a, b, c, s, Area; scanf("%lf%lf%lf ", &a, &b, &c); s =( a + b + c) / 2; Area = sqrt(s*(s - a)*(s - b)*(s - c)); printf("三角形的面积是%f", Area); return 0;}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1051 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信