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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 446,
|
||||
"dislikes": 84,
|
||||
"likes": 480,
|
||||
"dislikes": 85,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"--X\",\"X++\",\"X++\"]\n[\"++X\",\"++X\",\"X++\"]\n[\"X++\",\"++X\",\"--X\",\"X--\"]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"87.4K\", \"totalSubmission\": \"98K\", \"totalAcceptedRaw\": 87359, \"totalSubmissionRaw\": 97967, \"acRate\": \"89.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"94.9K\", \"totalSubmission\": \"106.5K\", \"totalAcceptedRaw\": 94938, \"totalSubmissionRaw\": 106479, \"acRate\": \"89.2%\"}",
|
||||
"hints": [
|
||||
"There are only two operations to keep track of.",
|
||||
"Use a variable to store the value after each operation."
|
||||
|
Reference in New Issue
Block a user