《地下森林断想》作者是________。“断想”意思是_____________________________。
张抗抗;片断感想
Can you tell me the way ______ the post office? [ ]
A. on
B. of
C. to
有以下程序 main(){int i;for(i=1;i<=40;i++) {if(i++%5==0)if(++i%8==0)printf("%d",i);printf("\n");}执行后的输出结果是【 】。
A.5
B.24
C.32
D.40