mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 267,
|
||||
"dislikes": 32,
|
||||
"likes": 306,
|
||||
"dislikes": 37,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Add Digits\", \"titleSlug\": \"add-digits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "2932\n4009",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.2K\", \"totalSubmission\": \"27.6K\", \"totalAcceptedRaw\": 24204, \"totalSubmissionRaw\": 27561, \"acRate\": \"87.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.7K\", \"totalSubmission\": \"31.4K\", \"totalAcceptedRaw\": 27671, \"totalSubmissionRaw\": 31435, \"acRate\": \"88.0%\"}",
|
||||
"hints": [
|
||||
"Notice that the most optimal way to obtain the minimum possible sum using 4 digits is by summing up two 2-digit numbers.",
|
||||
"We can use the two smallest digits out of the four as the digits found in the tens place respectively.",
|
||||
|
Reference in New Issue
Block a user