XDU 1121 排序(sort函數的簡單應用)

直接調用sort函數便可,水題,學會了多個條件下的排序. #include<stdio.h> #include<algorithm> //sort函數的調用,學會了有多個排序條件的排序 struct node { int power,magic,speed,mark; }people[1000]; bool cmp(node x,node y) { if(x.power!=y.po
相關文章
相關標籤/搜索