//Àý18.26 ÖØÔØÊäÈëÔËËã·û #include using namespace std; class A { public: A(int i){x=i;} friend istream &operator>>(istream &s, A &c) { s>>c.x; return s; } friend ostream &operator<<(ostream &o, const A &c) { o<>a>>b; cout<