未知题型
以下程序的输出结果 ______。
include<iostream.h>
void main()
{
int a=0;
a+ =(a=8);
cout<<a;
}
A.h>
【参考答案】
16
16
点击查看答案
相关考题
