单选题 有以下程序
#include <stdio.h>
main()
int.i=0,a=0;
while(i<20)
for(;;)
if((i%10)==0) break;
else i--;

i+=11; a+=i;

printf("%d/n",

【正确答案】
【答案解析】