单项选择题

下面程序的运行结果为
#include<iostream.h>
class A

int num;
public:
A(int i)num=i;
A(A &

A.num = a.num+ +;<