1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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 小的值是什么样的?",