问题 问答题

main() {

int i,s=0;

for(i=1;i<10;i+=2)

s+=i+1;

printf ("%d\n",s);

}

答案

参考答案:

30

选择题
单项选择题