若有以下程序段: int a=3,b=5,c=7; if(a>b) a=b; c=a; if(c!=a) c=b; printf(%d,%d,%d\n,a,b,c);

时间:2022-11-12 16:32:39

相似题目