舒航 新手守护 bool cmp(shuhang a,shuhang b) { if(a.zhong==b.zhong) { return a.qi>b.qi; } return a.zhong<b.zhong; }