题目内容
下面程序的输出结果是()。
main()
{int i=0,a=0;
while(i<20)
{ for(;;)
{ if((i%10)==0)break;
else i--;}
i+=11;
a+=i;
}
printf("%d\n",A);
}
查看答案
搜索结果不匹配?点我反馈