mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-11 11:08:15 +08:00
59 lines
2.8 KiB
JSON
59 lines
2.8 KiB
JSON
{
|
|
"data": {
|
|
"question": {
|
|
"questionId": "1607",
|
|
"questionFrontendId": "1459",
|
|
"categoryTitle": "Database",
|
|
"boundTopicId": 266481,
|
|
"title": "Rectangles Area",
|
|
"titleSlug": "rectangles-area",
|
|
"content": null,
|
|
"translatedTitle": "矩形面积",
|
|
"translatedContent": null,
|
|
"isPaidOnly": true,
|
|
"difficulty": "Medium",
|
|
"likes": 7,
|
|
"dislikes": 0,
|
|
"isLiked": null,
|
|
"similarQuestions": "[]",
|
|
"contributors": [],
|
|
"langToValidPlayground": null,
|
|
"topicTags": [
|
|
{
|
|
"name": "Database",
|
|
"slug": "database",
|
|
"translatedName": "数据库",
|
|
"__typename": "TopicTagNode"
|
|
}
|
|
],
|
|
"companyTagStats": null,
|
|
"codeSnippets": null,
|
|
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"4.8K\", \"totalAcceptedRaw\": 2925, \"totalSubmissionRaw\": 4847, \"acRate\": \"60.3%\"}",
|
|
"hints": [],
|
|
"solution": null,
|
|
"status": null,
|
|
"sampleTestCase": "{\"headers\":{\"Points\":[\"id\",\"x_value\",\"y_value\"]},\"rows\":{\"Points\":[[1,2,7],[2,4,8],[3,2,10]]}}",
|
|
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Points (id int, x_value int, y_value int)\"\n ],\n \"mssql\": [\n \"Create table Points (id int, x_value int, y_value int)\"\n ],\n \"oraclesql\": [\n \"Create table Points (id int, x_value int, y_value int)\"\n ],\n \"database\": true\n}",
|
|
"judgerAvailable": true,
|
|
"judgeType": "large",
|
|
"mysqlSchemas": [
|
|
"Create table If Not Exists Points (id int, x_value int, y_value int)",
|
|
"Truncate table Points",
|
|
"insert into Points (id, x_value, y_value) values ('1', '2', '7')",
|
|
"insert into Points (id, x_value, y_value) values ('2', '4', '8')",
|
|
"insert into Points (id, x_value, y_value) values ('3', '2', '10')"
|
|
],
|
|
"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\":{\"Points\":[\"id\",\"x_value\",\"y_value\"]},\"rows\":{\"Points\":[[1,2,7],[2,4,8],[3,2,10]]}}",
|
|
"__typename": "QuestionNode"
|
|
}
|
|
}
|
|
} |