会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Whisperbb
博客园
首页
新随笔
联系
管理
订阅
2021年4月7日
【LeetCode】第235场
摘要: 链接 1.截断句子 直接遍历统计空格数量 class Solution { public: string truncateSentence(string s, int k) { int cnt = 0; string res = ""; for(int i = 0;i < s.size(); i++
阅读全文
posted @ 2021-04-07 00:33 Whisperbb
阅读(35)
评论(0)
推荐(0)
编辑
公告