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": "Hard",
|
||||
"likes": 1034,
|
||||
"dislikes": 180,
|
||||
"likes": 1063,
|
||||
"dislikes": 182,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\": {\"Employee\": [\"id\", \"name\", \"salary\", \"departmentId\"], \"Department\": [\"id\", \"name\"]}, \"rows\": {\"Employee\": [[1, \"Joe\", 85000, 1], [2, \"Henry\", 80000, 2], [3, \"Sam\", 60000, 2], [4, \"Max\", 90000, 1], [5, \"Janet\", 69000, 1], [6, \"Randy\", 85000, 1], [7, \"Will\", 70000, 1]], \"Department\": [[1, \"IT\"], [2, \"Sales\"]]}}",
|
||||
@@ -47,7 +47,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"160.4K\", \"totalSubmission\": \"344.1K\", \"totalAcceptedRaw\": 160356, \"totalSubmissionRaw\": 344115, \"acRate\": \"46.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"164.6K\", \"totalSubmission\": \"349.8K\", \"totalAcceptedRaw\": 164562, \"totalSubmissionRaw\": 349781, \"acRate\": \"47.0%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "212",
|
||||
|
Reference in New Issue
Block a user