#include"stdio.h"main(){int x=1,y=0,a=0,b=0;switch(x){case 1: switch(y) {case 0: a++;break;case 1: b++;break; }case 2: a++;b++;break;}printf("a=%d...
阅读全文
2007
09-16