以下两条if语句可合并成一条if语句( )。
if(a <= b) x = 1; else y = 2; if(a > b) printf("* * * *"); else printf("# # # #");
Copyright ©