1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-13 11:21:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

add leetcode problem-cn part3

This commit is contained in:
2022-03-27 20:46:41 +08:00
parent 6dafca13c5
commit dfacb20d31
1385 changed files with 115239 additions and 3 deletions

View File

@@ -0,0 +1,60 @@
{
"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": 30,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
"contributors": [],
"langToValidPlayground": null,
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": "数据库",
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"30.6K\", \"totalAcceptedRaw\": 10999, \"totalSubmissionRaw\": 30577, \"acRate\": \"36.0%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Follow\":[\"followee\",\"follower\"]},\"rows\":{\"Follow\":[[\"Alice\", \"Bob\"], [\"Bob\", \"Cena\"], [\"Bob\", \"Donald\"], [\"Donald\", \"Edward\"]]}}",
"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"
}
}
}