通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下面程序段的输出结果为A。
int i=20; switch(i/10) { case 2:printf("A"); case 1:printf("B"); }