mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"29.9K\", \"totalAcceptedRaw\": 16475, \"totalSubmissionRaw\": 29939, \"acRate\": \"55.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"30K\", \"totalAcceptedRaw\": 16510, \"totalSubmissionRaw\": 30005, \"acRate\": \"55.0%\"}",
|
||||
"hints": [
|
||||
"明确这个问题的要求。要求满足 3a× 5b× 7c 这一形式的第 k 小的值。",
|
||||
"蛮力解法得到的形如 3a× 5b × 7c 的第 k 小的值是什么样的?",
|
||||
|
Reference in New Issue
Block a user