ПК>class CStudent ПК>{ ПК> . . . ПК>}; ПК>bool operator <(const CStudent& l, const CStudent& r) ПК>{ ПК> . . . ПК>} ПК>bool operator >(const CStudent& l, const CStudent& r) ПК>{ ПК> . . . ПК>}