main() {int x=15,y=21,z=0; switch(x%3) {case 0:z++;break; case 1:z++; switch(y%2) {default:z++; case

admin2008-07-01  22

问题 main()
   {int x=15,y=21,z=0;
   switch(x%3)
   {case 0:z++;break;
   case 1:z++;
   switch(y%2)
   {default:z++;
   case 0:z++;break;
   }
   }
   printf ("%d\n",z);
   }

选项

答案1

解析
转载请注明原文地址:https://kaotiyun.com/show/NPAx777K
0

最新回复(0)