浙大PAT 7-06 题解
摘要:
#include #include #include #include #include #include #include #define N 400 #define ll int using namespace std; struct node{ ll gold,all,pre,num; double pa,pg; ll r1,r2,r3,r4; }p[N]; bool cmp1(node a,node b){return a.gold>b.gold;} bool cmp2(node a,node b){return a.all>b.all;} bool cmp3(node.. 阅读全文
浙公网安备 33010602011771号