#include void main() {     int x=1,a=0,b=0;     switch (x)    {       case 0: b++;       case 1: a++;    }    cout< A、1,0 
B、2,1
C、2,2
D、1,1