#include using namespace std; class A { public: void Set(int x,int y) { a=x; b=y; } void Show() { cout<<"a:"<