e
2024-01-06 10:11:48
发布于:广东
4阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
void f(int a)
{
}
int main()
{
double b,c,p,a;
double s;
cin>>a>>b>>c;
p=(a+b+c)/2;
s=sqrt(p*(p-a)(p-b)(p-c));
cout<<fixed<<setprecision(2)<<s<<endl;
return 0;
}
这里空空如也
有帮助,赞一个