题解 | #合并表记录#

合并表记录

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

#include #include #include using namespace std; int main() { int key, value; map<int, int> res; int i; cin >> i; while (i--) { cin >> key >> value; res[key] += value; } for (auto c = res.begin(); c != res.end(); c++) {

    if (c->second != 0) {
        cout << c->first << ' ' << c->second << endl;
    }
}
return 0;

}

全部评论

相关推荐

冷艳的小师弟在看机会:jd测评乱点直接被挂了,哭死~
点赞 评论 收藏
分享
09-29 17:44
已编辑
蔚来_测(准入职员工)
//鲨鱼辣椒:见不了了我实习了四个月上周再投筛选了一天就给我挂了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务