mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 84,
|
||||
"dislikes": 795,
|
||||
"dislikes": 797,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\": {\"SurveyLog\": [\"id\", \"action\", \"question_id\", \"answer_id\", \"q_num\", \"timestamp\"]},\"rows\": {\"SurveyLog\": [[5, \"show\", 285, null, 1, 123], [5, \"answer\", 285, 124124, 1, 124], [5, \"show\", 369, null, 2, 125], [5, \"skip\", 369, null, 2, 126]]}}",
|
||||
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"38.7K\", \"totalSubmission\": \"90.3K\", \"totalAcceptedRaw\": 38743, \"totalSubmissionRaw\": 90276, \"acRate\": \"42.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38.8K\", \"totalSubmission\": \"90.5K\", \"totalAcceptedRaw\": 38810, \"totalSubmissionRaw\": 90478, \"acRate\": \"42.9%\"}",
|
||||
"hints": [
|
||||
"Try to find all question ids by group",
|
||||
"Try to find each group answer number and show number.",
|
||||
|
Reference in New Issue
Block a user