zhh020ac 的 站内主页
2007
09-16
09-16
#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....
Read More >