问答题
下面程序的输出结果是()mai(){itx=1,a=0,b=0;switch(x){case0:b++;case1:a++;case2:a++;b++;}pritf(“a=%d,b=%d”,a,b);}
【参考答案】
a=2,b=1
点击查看答案
