Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:5: error: 'doulb' was not declared in this scope
     doulb X1,Y1,X2,Y2,X3,Y3,p;
     ^~~~~
/in/foo.cc:8:10: error: 'a' was not declared in this scope
     cin>>a>>b>>c;
          ^
/in/foo.cc:8:13: error: 'b' was not declared in this scope
     cin>>a>>b>>c;
             ^
/in/foo.cc:8:16: error: 'c' was not declared in this scope
     cin>>a>>b>>c;
                ^
/in/foo.cc:9:40: error: 'p' was not declared in this scope
     cout<<fixed<<setprecision(2)<<sqrt(p*(p-a)*(p-b)*(p-c));
                                        ^

信息

递交者
类型
递交
题目
P2326 1.3.17:计算三角形面积
语言
C++
递交时间
2024-11-10 18:06:23
评测时间
2024-11-10 18:06:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes