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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 264,
|
||||
"likes": 267,
|
||||
"dislikes": 32,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Add Digits\", \"titleSlug\": \"add-digits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24K\", \"totalSubmission\": \"27.3K\", \"totalAcceptedRaw\": 23972, \"totalSubmissionRaw\": 27293, \"acRate\": \"87.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.2K\", \"totalSubmission\": \"27.6K\", \"totalAcceptedRaw\": 24204, \"totalSubmissionRaw\": 27561, \"acRate\": \"87.8%\"}",
|
||||
"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