mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 134,
|
||||
"dislikes": 162,
|
||||
"likes": 140,
|
||||
"dislikes": 164,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"132\"\n[9,8,5,0,3,6,4,2,6,8]\n\"021\"\n[9,4,3,5,7,2,1,9,0,6]\n\"5\"\n[1,4,7,5,3,2,5,6,9,4]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.9K\", \"totalSubmission\": \"41.2K\", \"totalAcceptedRaw\": 13938, \"totalSubmissionRaw\": 41171, \"acRate\": \"33.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"41.8K\", \"totalAcceptedRaw\": 14183, \"totalSubmissionRaw\": 41765, \"acRate\": \"34.0%\"}",
|
||||
"hints": [
|
||||
"Should you change a digit if the new digit is smaller than the original?",
|
||||
"If changing the first digit and the last digit both make the number bigger, but you can only change one of them; which one should you change?",
|
||||
|
Reference in New Issue
Block a user