填空题
void main()
{
int i=11,j;
j=i%3;
switch(j)
{ ease 1;
case 2:printf("%d\n",j);break;
default:printf("%d\n",i);
}
}
【参考答案】
2
点击查看答案
