题目内容
写程序运行结果#include class A{friend class C;int x,y;public:A(int a,int b) { x=a; y=b; }void Add(int a,int b){ x+=a; y-=b; }void Display(){cout<
查看答案
搜索结果不匹配?点我反馈
更多问题