第十一周实践项目(2)

问题及代码:

/*copyright(c)2016.烟台大学计算机学院
* All rights reserved,
* 文件名称:text.Cpp
* 作者:吴敬超
* 完成日期:2016年5月10日
* 版本号:codeblock
*
* 问题描述:
* 输入描述:
* 程序输出: 输出结果
*/
#include
using namespace std;
class A
{
public:
    A(){a=0;}
    A(int i)
    {
        a=i;
    }
    void print(){cout<

运行结果:

第十一周实践项目(2)_第1张图片

你可能感兴趣的:(C/C++)