题目内容
写程序运行结果.#include using namespace std;class A{int i,j;static int c;public:A(int a=0,int b=0) { i=a; j=b; c++; }~A() { c--; }static void f() { cout<<"c="<
查看答案
搜索结果不匹配?点我反馈
更多问题