未分类题
style='font-size: 10.5pt'>设有定义style=';Times New Roman;'>int a=1,b=2,c=3;style=';;;'>以下语句中执行效果与其它三个不同的是
style='font-size: 10.5pt'>style=';Times New Roman;'>Astyle=';;;'>style=';Times New Roman;'>if(a>b) c=a,a=b,b=c;
style='font-size: 10.5pt'>style=';Times New Roman;'>Bstyle=';;;'>style=';Times New Roman;'>if(a>b) {c=a,a=b,b=c;}
style='font-size: 10.5pt'>style=';Times New Roman;'>Cstyle=';;;'>style=';Times New Roman;'>if(a>b) c=a;a=b;b=c;
style='font-size: 10.5pt'>style=';Times New Roman;'>Dstyle=';;;'>style=';Times New Roman;'>if(a>b) {c=a;a=b;b=c;}style='font-size: 13.5pt'>