问题 问答题

main() {

int a=0,b=5,c=3;

while(c>0&&a<5)(b=b-1; ++a: c--;

}

printf ("%d,%d,%d\n",a,b,c);

}

答案

参考答案:

3,2,0

问答题 简答题
问答题 简答题