填空题
下面程序的输出为______。
#include <iostream.h>
void main()
int a[10],i,k=0;
for(i=0;i<0;i++)
for(i=1;i<4;i++)
cout<<k<<endl;
1、
【正确答案】
1、12
【答案解析】
提交答案
关闭