精选 /* 题目试写一算法如果三个整数ab和c的值 不是依次非递增的则通过交换令其为非递增 */ void Descend(int &a, int &b, int &c) /* 通过交换令 a >= b >= c */ { if(c