mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 30,
|
||||
"likes": 32,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -28,11 +28,11 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"11.1K\", \"totalSubmission\": \"30.7K\", \"totalAcceptedRaw\": 11058, \"totalSubmissionRaw\": 30699, \"acRate\": \"36.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.5K\", \"totalSubmission\": \"31.9K\", \"totalAcceptedRaw\": 11541, \"totalSubmissionRaw\": 31933, \"acRate\": \"36.1%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Follow\":[\"followee\",\"follower\"]},\"rows\":{\"Follow\":[[\"Alice\", \"Bob\"], [\"Bob\", \"Cena\"], [\"Bob\", \"Donald\"], [\"Donald\", \"Edward\"]]}}",
|
||||
"sampleTestCase": "{\"headers\":{\"follow\":[\"followee\",\"follower\"]},\"rows\":{\"follow\":[[\"A\", \"B\"], [\"B\", \"C\"], [\"B\", \"D\"], [\"D\", \"E\"]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Follow (followee varchar(255), follower varchar(255))\"\n ],\n \"mssql\": [\n \"Create table Follow (followee varchar(255), follower varchar(255))\"\n ],\n \"oraclesql\": [\n \"Create table Follow (followee varchar(255), follower varchar(255))\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user