mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 323,
|
||||
"dislikes": 12,
|
||||
"likes": 330,
|
||||
"dislikes": 15,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "987\n1234",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"32.4K\", \"totalSubmission\": \"57.7K\", \"totalAcceptedRaw\": 32369, \"totalSubmissionRaw\": 57684, \"acRate\": \"56.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"33K\", \"totalSubmission\": \"59.1K\", \"totalAcceptedRaw\": 33044, \"totalSubmissionRaw\": 59114, \"acRate\": \"55.9%\"}",
|
||||
"hints": [
|
||||
"Scan from the back of the integer and use dots to connect blocks with length 3 except the last block."
|
||||
],
|
||||
|
Reference in New Issue
Block a user