有以下程序段 int a, b, c; a=10; b=50; c=30; if (a>b) a=b, b=c; c=a; printf(a=%d b=%d c=%d”, a, b, c); 程序的输出结果是( )。

时间:2022-11-11 20:38:33

相似题目