OJ:algorithm頭文件中sort函數的應用

#include<iostream> #include<algorithm> using namespace std; struct student{ int id; int grade[4]; }; int k; student s[2001]; bool cmp(int a,int b){ return a>b; } bool cmp1(student a,student b){ re
相關文章
相關標籤/搜索