求求大佬帮忙看看,为什么无法编译?!!
查看原帖
求求大佬帮忙看看,为什么无法编译?!!
976976
Qiuxi楼主2023/4/7 11:34

萌新的无语瞬间……555~ 大佬求求了!!!

#include<iostream>
using namespace std;
int main()
{
    double a,b,c,d,e;
    cin>>a>>b>>c;
    d=(a+b+c)/2;
    e=sqrt(f*(f-a)*(f-b)*(f-c));
    cout<<flxed<<setprecision(1)<<e;
    return 0;
}
2023/4/7 11:34
加载中...