有以下程序 main() { int a=3,b=4,c=5,d=2; if(a>b) if(b>c) printf("%d",d+++1); else printf("%d",++d+1); printf("%d ",d) ; } 程序运行后的输出结果是
免费的网站请分享给朋友吧