102014 - 计算三角形面积

三角形3个顶点的坐标分别为(x1,y1),(x2,y2),(x3,y3),试计算三角形面积。

Input

输入仅一行,包括6个浮点数,分别对应x1、y1、x2、y2、x3、y3。

Output

输出三角形的面积,精确到小数点后两位。

Examples

Input

0 0 4 0 0 4

Output

8.00
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题