填空题

以下程序的输出结果是 【14】
#include<iostream.h>
void main()
int a=0;
a+ =(a=8) ;
cout<<a;

【参考答案】

P