Пак Тимур Павлович, 425 TriangleSquare 5607
Александр Репин, 528 группа TriangleSquare 5539
f1import decimalf1import decimal
n2decimal.getcontext().prec = 500n2decimal.getcontext().prec = 200
3x1, y1, x2, y2, x3, y3 = map(decimal.Decimal, input().split(','))3x1, y1, x2, y2, x3, y3 = map(decimal.Decimal, input().split(','))
t4square = abs((x2 - x1) * (y3 - y1) - (x3 - x1) * (y2 - y1)) / 2t4area = abs((x2 - x1) * (y3 - y1) - (x3 - x1) * (y2 - y1)) / 2
5print(square)5print(area)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op