mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
56
leetcode/originData/[no content]rectangles-area.json
Normal file
56
leetcode/originData/[no content]rectangles-area.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"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": 87,
|
||||
"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\": \"8.6K\", \"totalSubmission\": \"12.6K\", \"totalAcceptedRaw\": 8638, \"totalSubmissionRaw\": 12630, \"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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user