mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.9K\", \"totalSubmission\": \"37.8K\", \"totalAcceptedRaw\": 14927, \"totalSubmissionRaw\": 37772, \"acRate\": \"39.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.9K\", \"totalSubmission\": \"37.8K\", \"totalAcceptedRaw\": 14929, \"totalSubmissionRaw\": 37777, \"acRate\": \"39.5%\"}",
|
||||
"hints": [
|
||||
"The <code>powers</code> array can be created using the binary representation of <code>n</code>.",
|
||||
"Once <code>powers</code> is formed, the products can be taken using brute force."
|
||||
|
Reference in New Issue
Block a user