原文链接: https://leetcode-cn.com/problems/count-primes
英文原文Given an integer n, return the number of prime numbers that ar
标签详情
数论 分类
原文链接: https://leetcode-cn.com/problems/x-of-a-kind-in-a-deck-of-cards
英文原文In a deck of cards, each card has an integer
原文链接: https://leetcode-cn.com/problems/ugly-number-iii
英文原文An ugly number is a positive integer that is divisible by a
原文链接: https://leetcode-cn.com/problems/check-if-it-is-a-good-array
英文原文Given an array nums of positive integers.
原文链接: https://leetcode-cn.com/problems/number-of-pairs-of-interchangeable-rectangles
英文原文You are given n rectangles re
原文链接: https://leetcode-cn.com/problems/deep-dark-fraction
中文题目有一个同学在学习分式。他需要将一个连分数化成最简分数,你能帮助他吗?
连分数是形如上图的分式。在本题中,所
原文链接: https://leetcode-cn.com/problems/qie-fen-shu-zu
英文原文
中文题目给定一个整数数组 nums ,小李想将 nums 切割成若干个非空子数组,使得每个子数组最左边的数和最右边的