会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Asurudo Jyo の 倉 庫
手握红莲,青息不偃
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
47
下一页
2019年6月16日
Leetcode-1086 high five(前五科的均分)
摘要: 1 #define _for(i,a,b) for(int i = (a);i b; 7 } 8 }; 9 class Solution 10 { 11 public: 12 vector> highFive(vector>& items) 13 { 14 vector,cmp>> v(1002); 15 ...
阅读全文
posted @ 2019-06-16 00:05 Asurudo
阅读(750)
评论(0)
推荐(0)
编辑
Leetcode-1085 sum of digits in the minimum number(最小元素各数位之和)
摘要: 我见过的有史以来力扣周赛出过的最简单的题
阅读全文
posted @ 2019-06-16 00:03 Asurudo
阅读(357)
评论(0)
推荐(0)
编辑
2019年6月9日
Leetcode-5086 Smallest Subsequence of Distinct Characters(不同字符的最小子序列)
摘要: https://blog.csdn.net/kangyan__/article/details/75308651
阅读全文
posted @ 2019-06-09 12:34 Asurudo
阅读(381)
评论(0)
推荐(0)
编辑
Leetcode-5087 Letter Tile Possibilities(活字印刷)
摘要: 1 #define _for(i,a,b) for(int i = (a);i s; 7 int numTilePossibilities(string tiles) 8 { 9 s.clear(); 10 int rnt = 0; 11 for (int S = 1; S >i &...
阅读全文
posted @ 2019-06-09 12:32 Asurudo
阅读(338)
评论(0)
推荐(0)
编辑
Leetcode-5083 Occurrences After Bigram(Bigram 分词)
摘要: 1 #define _for(i,a,b) for(int i = (a);i findOcurrences(string text, string first, string second) 7 { 8 vector rnt; 9 vector li; 10 string tmp; 11 ...
阅读全文
posted @ 2019-06-09 12:31 Asurudo
阅读(187)
评论(0)
推荐(0)
编辑
2019年6月2日
Leetcode-5076 Greatest Common Divisor of Strings(字符串的最大公因子)
摘要: 1 #define _for(i,a,b) for(int i = (a);i < b;i ++) 2 3 class Solution 4 { 5 public: 6 bool judge(string s1,string s2) 7 { 8 if(s2.size()%s1.size()!=0) 9 ...
阅读全文
posted @ 2019-06-02 12:04 Asurudo
阅读(337)
评论(0)
推荐(0)
编辑
Leetcode-5010 Digit Count in Range(范围内的数字计数)
摘要: 参考:http://www.it610.com/article/4964533.htm
阅读全文
posted @ 2019-06-02 08:35 Asurudo
阅读(575)
评论(0)
推荐(0)
编辑
Leetcode-5013 Index Pairs of a String(字符串的索引对)
摘要: 依旧没啥好说的
阅读全文
posted @ 2019-06-02 08:32 Asurudo
阅读(398)
评论(0)
推荐(0)
编辑
Leetcode-5008 Fixed Point(不动点)
摘要: 没啥好说的
阅读全文
posted @ 2019-06-02 08:31 Asurudo
阅读(341)
评论(0)
推荐(0)
编辑
2019年5月19日
Leetcode-1048 Longest String Chain(最长字符串链)
摘要: 出题方中途改数据震撼我妈
阅读全文
posted @ 2019-05-19 12:11 Asurudo
阅读(534)
评论(0)
推荐(0)
编辑
上一页
1
···
14
15
16
17
18
19
20
21
22
···
47
下一页
公告