1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

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