主观

#include ﹤iostream﹥

using namespace std;

class base

{

_________;

public:

base (int x, int y)

{

a=x, b=y;

 }

_________( base &p)

 {

cout ﹤﹤p. a ﹤﹤" "﹤﹤p. b﹤﹤ endl;

};

void main( )

{

base b(78, 87);b. show(b);

}

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服