会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
feibilun
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
heap
LC 1439. Find the Kth Smallest Sum of a Matrix With Sorted Rows
摘要:link class Solution { public: struct Comp{ bool operator()(vector<int>& v1, vector<int>& v2){ return v1[0]+v1[1]>v2[0]+v2[1]; } }; int kthSmallest(vec
阅读全文
posted @
2020-05-03 19:34
feibilun
阅读(129)
评论(0)
推荐(0)
公告