PAT 1032

水水~

#include 
#include 
using namespace std;

const int maxn = 1e5+10;

struct Node
{
    int v;
    int w;
    Node(int i,int j):v(i),w(j){}
};

mapm;

int cmp(const Node & c,const Node & d)
{
    return c.w>d.w;
}

int main()
{
    int n;
    int s,t;
    int Max = 0;
    int MaxNum = 1;
    cin>>n;
    for(int i = 0;i>s>>t;
        if(m.count(s)) m[s] = m[s]+t;
        else m[s] = t;
        if(m[s]>Max)
        {
            Max = m[s];
            MaxNum = s;
        }
    }
    cout<

 

你可能感兴趣的:(PAT,刷题中的我)