题解 | #合并表记录#

合并表记录

https://www.nowcoder.com/practice/de044e89123f4a7482bd2b214a685201

#include<iostream>
#include<unordered_map>
#include<map>
using namespace std;
int main()
{
        map<int,int>nums;
        int _key,_val;
        int n = 0;
        cin>>n;
        for(int i = 0;i<n;i++){
              cin>>_key>>_val;
                nums[_key] += _val;

        }



    for(auto &s:nums){
             cout<<s.first<<' '<<s.second<<endl;
    }


}

全部评论

相关推荐

用微笑面对困难:这里面最强的是驾驶证了,可以入职美团大厂,然后直接开启黄马褂人生
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务