mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-11 02:58:13 +08:00
62 lines
2.8 KiB
JSON
62 lines
2.8 KiB
JSON
{
|
|
"data": {
|
|
"question": {
|
|
"questionId": "610",
|
|
"questionFrontendId": "610",
|
|
"boundTopicId": null,
|
|
"title": "Triangle Judgement",
|
|
"titleSlug": "triangle-judgement",
|
|
"content": null,
|
|
"translatedTitle": null,
|
|
"translatedContent": null,
|
|
"isPaidOnly": true,
|
|
"difficulty": "Easy",
|
|
"likes": 211,
|
|
"dislikes": 50,
|
|
"isLiked": null,
|
|
"similarQuestions": "[]",
|
|
"exampleTestcases": "{\"headers\":{\"Triangle\":[\"x\",\"y\",\"z\"]},\"rows\":{\"Triangle\":[[13,15,30],[10,20,15]]}}",
|
|
"categoryTitle": "Database",
|
|
"contributors": [],
|
|
"topicTags": [
|
|
{
|
|
"name": "Database",
|
|
"slug": "database",
|
|
"translatedName": null,
|
|
"__typename": "TopicTagNode"
|
|
}
|
|
],
|
|
"companyTagStats": null,
|
|
"codeSnippets": null,
|
|
"stats": "{\"totalAccepted\": \"49.9K\", \"totalSubmission\": \"70.4K\", \"totalAcceptedRaw\": 49889, \"totalSubmissionRaw\": 70410, \"acRate\": \"70.9%\"}",
|
|
"hints": [],
|
|
"solution": {
|
|
"id": "180",
|
|
"canSeeDetail": true,
|
|
"paidOnly": false,
|
|
"hasVideoSolution": false,
|
|
"paidOnlyVideo": true,
|
|
"__typename": "ArticleNode"
|
|
},
|
|
"status": null,
|
|
"sampleTestCase": "{\"headers\":{\"Triangle\":[\"x\",\"y\",\"z\"]},\"rows\":{\"Triangle\":[[13,15,30],[10,20,15]]}}",
|
|
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Triangle (x int, y int, z int)\"\n ],\n \"mssql\": [\n \"Create table Triangle (x int, y int, z int)\"\n ],\n \"oraclesql\": [\n \"Create table Triangle (x int, y int, z int)\"\n ],\n \"database\": true\n}",
|
|
"judgerAvailable": true,
|
|
"judgeType": "large",
|
|
"mysqlSchemas": [
|
|
"Create table If Not Exists Triangle (x int, y int, z int)",
|
|
"Truncate table Triangle",
|
|
"insert into Triangle (x, y, z) values ('13', '15', '30')",
|
|
"insert into Triangle (x, y, z) values ('10', '20', '15')"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
} |