问答题
以下程序段的执行结果是( )。
int i,j,m=0;
for(i=1;i<=15;i=i+4)
for(j=3;j<=19;j=j+4)
m++;
printf("%d",m);
【参考答案】
20
点击查看答案
相关考题
