上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 47 下一页
摘要: 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) 编辑
摘要: 我见过的有史以来力扣周赛出过的最简单的题 阅读全文
posted @ 2019-06-16 00:03 Asurudo 阅读(357) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/kangyan__/article/details/75308651 阅读全文
posted @ 2019-06-09 12:34 Asurudo 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 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) 编辑
摘要: 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) 编辑
摘要: 参考:http://www.it610.com/article/4964533.htm 阅读全文
posted @ 2019-06-02 08:35 Asurudo 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 依旧没啥好说的 阅读全文
posted @ 2019-06-02 08:32 Asurudo 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 没啥好说的 阅读全文
posted @ 2019-06-02 08:31 Asurudo 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 出题方中途改数据震撼我妈 阅读全文
posted @ 2019-05-19 12:11 Asurudo 阅读(534) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 47 下一页