上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 87 下一页
摘要: https://pintia.cn/problem-sets/994805342720868352/problems/994805437411475456 Eva is trying to make her own color stripe out of a given one. She would 阅读全文
posted @ 2019-02-21 12:30 丧心病狂工科女 阅读(206) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <stdlib.h> #include <time.h> #include <stdio.h> using namespace std; class ErLingSiBa { private: int Map[4][4], tmp[4][4] 阅读全文
posted @ 2019-02-20 22:59 丧心病狂工科女 阅读(382) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/squares-of-a-sorted-array/ Given an array of integers A sorted in non-decreasing order, return an array of the squares o 阅读全文
posted @ 2019-02-20 22:57 丧心病狂工科女 阅读(174) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/add-digits/ Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. Example 阅读全文
posted @ 2019-02-20 22:51 丧心病狂工科女 阅读(89) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/number-of-segments-in-a-string/ Count the number of segments in a string, where a segment is defined to be a contiguous 阅读全文
posted @ 2019-02-20 22:35 丧心病狂工科女 阅读(111) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/unique-morse-code-words/ International Morse Code defines a standard encoding where each letter is mapped to a series of 阅读全文
posted @ 2019-02-20 22:27 丧心病狂工科女 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/to-lower-case/ Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercas 阅读全文
posted @ 2019-02-20 22:09 丧心病狂工科女 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/rotated-digits/ X is a good number if after rotating each digit individually by 180 degrees, we get a valid number that 阅读全文
posted @ 2019-02-20 22:02 丧心病狂工科女 阅读(180) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/detect-capital/ Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage 阅读全文
posted @ 2019-02-20 21:38 丧心病狂工科女 阅读(108) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string containing letters from all the magazines, write a 阅读全文
posted @ 2019-02-20 21:20 丧心病狂工科女 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 87 下一页