填空题

main() {intp[8]={11,12,13,14,15,16,17,18},i=0,k=0; while(i<8) {if(p[i]%2)k+=p[i]; i++;} printf("%d\n",k); 程序运行结果是:______

【参考答案】

24
相关试题