1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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

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