mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.9K\", \"totalSubmission\": \"24.3K\", \"totalAcceptedRaw\": 13854, \"totalSubmissionRaw\": 24334, \"acRate\": \"56.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.9K\", \"totalSubmission\": \"24.3K\", \"totalAcceptedRaw\": 13859, \"totalSubmissionRaw\": 24342, \"acRate\": \"56.9%\"}",
|
||||
"hints": [
|
||||
"Think about forming numbers in the powers of 2 using their bit representation.",
|
||||
"The minimum power of 2 not present in the array will be the first number that could not be expressed using the given operation."
|
||||
|
Reference in New Issue
Block a user