题目内容
阅读下列程序,写出程序输出结果。#include using namespace std;class A{int a, b, c;public:A() { a=0; b=0; c=0; }A(int x, int y=2, int z=3) { a=x;b=y; c=z;}void Print( ) { cout<
查看答案
搜索结果不匹配?点我反馈
更多问题