归档 2018年1月14日

LeetCode Weekly Contest 67解题报告

LeetCode Weekly Contest 67是LeetCode举办的第七十一场正式周赛,共4道题目,比赛时长1.5小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-67/

题解列表:

LeetCode 762. Prime Number of Set Bits in Binary Representation

LeetCode 763. Partition Labels

LeetCode 764. Largest Plus Sign

LeetCode 765. Couples Holding Hands

[LeetCode]Prime Number of Set Bits in Binary Representation

题目描述:

LeetCode 762. Prime Number of Set Bits in Binary Representation

Given two integers L and R, find the count of numbers in the range [L, R] (inclusive) having a prime number of set bits in their binary representation.

(Recall ...

继续阅读

昨天

明天

归档