会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小超不挑食
小超不吃海带
首页
新随笔
管理
2023年2月4日
【LeetCode】1798. 你能构造出连续值的最大数目
摘要: 思路很巧妙 class Solution { public: int getMaximumConsecutive(vector<int>& coins) { sort(coins.begin(),coins.end()); int x = 0; for(int y:coins) { if(y > x
阅读全文
posted @ 2023-02-04 15:59 小超不挑食
阅读(18)
评论(0)
推荐(0)
编辑
公告