Banner Home Page DIY Contests Problems Ranklist Status Statistics

三角形的面积

Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other)
Total Submission(s) : 8   Accepted Submission(s) : 6

Font: Times New Roman | Verdana | Georgia

Font Size:

Problem Description

给定一个三角形,求其面积。

Input

有多组测试数据,每组测试数据有6个整数(x1,y1),(x2,y2),(x3,y3),分别代表三角形三个顶点的坐标,范围均在[1,100]。

Output

对于每组测试数据,输出三角形的面积,保留4位小数。

Sample Input

0 0 0 1 1 0

Sample Output

0.5000

Author

吴迎

Statistic | Submit | Back