mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 591,
|
||||
"likes": 593,
|
||||
"dislikes": 17,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Counter\", \"titleSlug\": \"counter\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -34,7 +34,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"97.5K\", \"totalSubmission\": \"122.3K\", \"totalAcceptedRaw\": 97543, \"totalSubmissionRaw\": 122298, \"acRate\": \"79.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"97.8K\", \"totalSubmission\": \"122.6K\", \"totalAcceptedRaw\": 97782, \"totalSubmissionRaw\": 122621, \"acRate\": \"79.7%\"}",
|
||||
"hints": [
|
||||
"You can return an object with methods.",
|
||||
"Initialize a variable for currentCount. Inside these methods, add the appropriate logic which mutates currentCount."
|
||||
|
Reference in New Issue
Block a user