Алтухов Егор, 321 группа TriangleSquare 2678
Омаров Микаил, 321 группа TriangleSquare 2641
f1from decimal import Decimal, getcontextf1from decimal import Decimal, getcontext
n2getcontext().prec = 250n2getcontext().prec = 1023
3x1, y1, x2, y2, x3, y3 = map(Decimal, input().split(','))3x1, y1, x2, y2, x3, y3 = map(Decimal, input().split(','))
t4S = abs((x2 - x1) * (y3 - y1) - (y2 - y1) * (x3 - x1)) / 2t4s = abs((x1 - x2) * (y1 - y3) - (x1 - x3) * (y1 - y2)) / 2
5print(S)5print(s)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op