问题详情
#include<stdio.h>
main()
{ inti,j;
for(i=0,j=1;i<j+1;i+=1,j--)
phntf("%d\n",j);
}
A.3
B.2
C.1
D.0