Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:14:97: warning: format '%lf' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=] printf ("%.1lf\n", (abs ((x2 * y3 - x3 * y2) + (x3 * y1 - x1 * y3) + (x1 * y2 - x2 * y1))) / 2); ^
信息
- 递交者
- 类型
- 递交
- 题目
- Triangle Area
- 语言
- C++
- 递交时间
- 2019-02-11 16:50:23
- 评测时间
- 2019-02-11 16:50:23
- 评测机
- 分数
- 0
- 总耗时
- 689ms
- 峰值内存
- 236.0 KiB