phanso phanso::RutGon() { int a, b; a = abs(this->TuSo); b = abs(this->MauSo); while (a != b) { if (a > b) a -= b; else b -= a; } this->TuSo /= a; this->MauSo /= a; return *this; }