上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 87 下一页
摘要: https://leetcode.com/problems/self-dividing-numbers/ A self-dividing number is a number that is divisible by every digit it contains. For example, 128 阅读全文
posted @ 2019-04-12 19:19 _Zlrrr 阅读(195) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/ugly-number/ Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers whose 阅读全文
posted @ 2019-04-12 19:03 _Zlrrr 阅读(149) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/integer-break/ Given a positive integer n, break it into the sum of at least two positive integers and maximize the prod 阅读全文
posted @ 2019-04-12 17:51 _Zlrrr 阅读(86) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/rectangle-overlap/ A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bott 阅读全文
posted @ 2019-04-12 17:05 _Zlrrr 阅读(127) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/rectangle-area/ Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by it 阅读全文
posted @ 2019-04-12 16:39 _Zlrrr 阅读(121) 评论(0) 推荐(0)
摘要: http://codeforces.com/contest/1144 A. Diverse Strings A string is called diverse if it contains consecutive (adjacent) letters of the Latin alphabet a 阅读全文
posted @ 2019-04-12 11:46 _Zlrrr 阅读(196) 评论(0) 推荐(0)
摘要: A - Pokemon Master Calem and Serena are pokemon masters. One day they decided to have a pokemon battle practice before Pokemon World Championships. Ea 阅读全文
posted @ 2019-04-11 20:46 _Zlrrr 阅读(190) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/repeated-string-match/ Given two strings A and B, find the minimum number of times A has to be repeated such that B is a 阅读全文
posted @ 2019-04-11 20:37 _Zlrrr 阅读(117) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/repeated-substring-pattern/ Given a non-empty string check if it can be constructed by taking a substring of it and appe 阅读全文
posted @ 2019-04-11 20:22 _Zlrrr 阅读(191) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/add-to-array-form-of-integer/ For a non-negative integer X, the array-form of X is an array of its digits in left to rig 阅读全文
posted @ 2019-04-11 19:49 _Zlrrr 阅读(206) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 87 下一页