mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 14:32:54 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 302,
|
||||
"dislikes": 82,
|
||||
"likes": 311,
|
||||
"dislikes": 83,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"1234\"\n\"050043\"\n\"9080701\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.7K\", \"totalSubmission\": \"44.2K\", \"totalAcceptedRaw\": 13734, \"totalSubmissionRaw\": 44178, \"acRate\": \"31.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"45.3K\", \"totalAcceptedRaw\": 14179, \"totalSubmissionRaw\": 45324, \"acRate\": \"31.3%\"}",
|
||||
"hints": [
|
||||
"One solution is to try all possible splits using backtrack",
|
||||
"Look out for trailing zeros in string"
|
||||
|
Reference in New Issue
Block a user