问题标题: 1175

0
0

0
已采纳
朱宗晔
朱宗晔
初级光能
初级光能

注意

int cmp(const candy& a,const candy& b)
{
    if(a.td!=b.td) return a.td>b.td;
    if(a.tj!=b.tj) return a.tj>b.tj;
    return a.td>b.td;
}

核心部分

sort(yes+1,yes+n+1,cmp);
    for(int i=1;i<=m;i++)
    {
        sum+=yes[i].td;
        ans+=yes[i].tj;
    }

 

6
酷町猫
酷町猫
缔造者之神
缔造者之神

请规范你的提问格式 !

0
0
我要回答