мне в c++ struct Triangle {float a, b, c;} x, y;
a) to check if x is isosceles
b) to check if x is equilateral
c) to calculate the perimeter in the variable P
d) to calculate the semiperimeter in the variable p
e) to calculate the area in the variable a
f) to check if x and y have the same perimeter