单项选择题
A、1 B、2 C、4 D、死循环
A、 n=0; B、 n=0; do++n;while(n<=0); while(1)n++ C、 n=10; D、 for(n=0,i=1;;i++)n+=i; while(n);n--;)
A、2,3,3 B、2,3,2 C、2,3,1 D、2,2,1