1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-11 02:58:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
leetcode-problemset/leetcode/originData/[no content]rectangles-area.json
2022-05-02 23:44:12 +08:00

56 lines
2.7 KiB
JSON

{
"data": {
"question": {
"questionId": "1607",
"questionFrontendId": "1459",
"boundTopicId": null,
"title": "Rectangles Area",
"titleSlug": "rectangles-area",
"content": null,
"translatedTitle": null,
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 49,
"dislikes": 93,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Points\":[\"id\",\"x_value\",\"y_value\"]},\"rows\":{\"Points\":[[1,2,7],[2,4,8],[3,2,10]]}}",
"categoryTitle": "Database",
"contributors": [],
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": null,
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"13.1K\", \"totalAcceptedRaw\": 8961, \"totalSubmissionRaw\": 13093, \"acRate\": \"68.4%\"}",
"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,
"enableTestMode": false,
"enableDebugger": false,
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"]}",
"libraryUrl": null,
"adminUrl": null,
"challengeQuestion": null,
"__typename": "QuestionNode"
}
}
}