1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."