inta=3,b=4,c=5,d=2;if(a>b)如果a>b才执行下面的不大于就不执行if(b>c)printf("%d",d+++1);elseprintf("%d",++d+1);这两句if-else不执行printf("%d\n",d);输出2