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-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": "Medium",
"likes": 1718,
"dislikes": 696,
"likes": 1783,
"dislikes": 709,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Employee\":[\"id\",\"salary\"]},\"rows\":{\"Employee\":[[1,100],[2,200],[3,300]]}}\n{\"headers\":{\"Employee\":[\"id\",\"salary\"]},\"rows\":{\"Employee\":[[1,100]]}}",
@@ -47,7 +47,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"453.7K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 453714, \"totalSubmissionRaw\": 1291640, \"acRate\": \"35.1%\"}",
"stats": "{\"totalAccepted\": \"465.8K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 465752, \"totalSubmissionRaw\": 1320391, \"acRate\": \"35.3%\"}",
"hints": [],
"solution": {
"id": "217",