mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-25 17:50:26 +08:00
60 lines
3.1 KiB
JSON
60 lines
3.1 KiB
JSON
{
|
|
"data": {
|
|
"question": {
|
|
"questionId": "614",
|
|
"questionFrontendId": "614",
|
|
"categoryTitle": "Database",
|
|
"boundTopicId": 2633,
|
|
"title": "Second Degree Follower",
|
|
"titleSlug": "second-degree-follower",
|
|
"content": null,
|
|
"translatedTitle": "二级关注者",
|
|
"translatedContent": null,
|
|
"isPaidOnly": true,
|
|
"difficulty": "Medium",
|
|
"likes": 32,
|
|
"dislikes": 0,
|
|
"isLiked": null,
|
|
"similarQuestions": "[]",
|
|
"contributors": [],
|
|
"langToValidPlayground": null,
|
|
"topicTags": [
|
|
{
|
|
"name": "Database",
|
|
"slug": "database",
|
|
"translatedName": "数据库",
|
|
"__typename": "TopicTagNode"
|
|
}
|
|
],
|
|
"companyTagStats": null,
|
|
"codeSnippets": null,
|
|
"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\":[[\"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",
|
|
"mysqlSchemas": [
|
|
"Create table If Not Exists Follow (followee varchar(255), follower varchar(255))",
|
|
"Truncate table Follow",
|
|
"insert into Follow (followee, follower) values ('Alice', 'Bob')",
|
|
"insert into Follow (followee, follower) values ('Bob', 'Cena')",
|
|
"insert into Follow (followee, follower) values ('Bob', 'Donald')",
|
|
"insert into Follow (followee, follower) values ('Donald', 'Edward')"
|
|
],
|
|
"enableRunCode": true,
|
|
"envInfo": "{\"mysql\":[\"MySQL\",\"<p>\\u7248\\u672c\\uff1a<code>MySQL 8.0<\\/code><\\/p>\"],\"mssql\":[\"MS SQL Server\",\"<p>mssql server 2019.<\\/p>\"],\"oraclesql\":[\"Oracle\",\"<p>Oracle Sql 11.2.<\\/p>\"]}",
|
|
"book": null,
|
|
"isSubscribed": false,
|
|
"isDailyQuestion": false,
|
|
"dailyRecordStatus": null,
|
|
"editorType": "CKEDITOR",
|
|
"ugcQuestionId": null,
|
|
"style": "LEETCODE",
|
|
"exampleTestcases": "{\"headers\":{\"Follow\":[\"followee\",\"follower\"]},\"rows\":{\"Follow\":[[\"Alice\", \"Bob\"], [\"Bob\", \"Cena\"], [\"Bob\", \"Donald\"], [\"Donald\", \"Edward\"]]}}",
|
|
"__typename": "QuestionNode"
|
|
}
|
|
}
|
|
} |