std::istream& operator>>(std::istream& is, student& s){ return is >> s.ime >> s.prezime >> s.ocjena; }