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": 566,
|
||||
"dislikes": 106,
|
||||
"likes": 580,
|
||||
"dislikes": 108,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "7\n14",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"64.8K\", \"totalSubmission\": \"78.4K\", \"totalAcceptedRaw\": 64778, \"totalSubmissionRaw\": 78398, \"acRate\": \"82.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"66.3K\", \"totalSubmission\": \"80.1K\", \"totalAcceptedRaw\": 66270, \"totalSubmissionRaw\": 80149, \"acRate\": \"82.7%\"}",
|
||||
"hints": [
|
||||
"Simulate the tournament as given in the statement.",
|
||||
"Be careful when handling odd integers."
|
||||
|
Reference in New Issue
Block a user