问题 填空题

以下程序的输出结果 ______。
#include<iostream.h>
void main()

int a=0;
a+ =(a=8);
cout<<a;

答案

参考答案:P

选择题
单项选择题