Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:32: error: 'setprecision' was not declared in this scope
     cout<<fixed<<setprecision(2)<<fabs(x1*(y2-y3)+x2*(y3-y1)+x3*(y1-y2))/2;
                                ^
/in/foo.cc:7:72: error: 'fabs' was not declared in this scope
     cout<<fixed<<setprecision(2)<<fabs(x1*(y2-y3)+x2*(y3-y1)+x3*(y1-y2))/2;
                                                                        ^

信息

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