mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 565,
|
||||
"dislikes": 105,
|
||||
"likes": 566,
|
||||
"dislikes": 106,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "7\n14",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"64.7K\", \"totalSubmission\": \"78.3K\", \"totalAcceptedRaw\": 64661, \"totalSubmissionRaw\": 78259, \"acRate\": \"82.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"64.8K\", \"totalSubmission\": \"78.4K\", \"totalAcceptedRaw\": 64778, \"totalSubmissionRaw\": 78398, \"acRate\": \"82.6%\"}",
|
||||
"hints": [
|
||||
"Simulate the tournament as given in the statement.",
|
||||
"Be careful when handling odd integers."
|
||||
|
Reference in New Issue
Block a user