2022-03-27 20:46:41 +08:00
|
|
|
{
|
|
|
|
"data": {
|
|
|
|
"question": {
|
|
|
|
"questionId": "610",
|
|
|
|
"questionFrontendId": "610",
|
|
|
|
"categoryTitle": "Database",
|
|
|
|
"boundTopicId": 2636,
|
|
|
|
"title": "Triangle Judgement",
|
|
|
|
"titleSlug": "triangle-judgement",
|
|
|
|
"content": null,
|
|
|
|
"translatedTitle": "判断三角形",
|
|
|
|
"translatedContent": null,
|
|
|
|
"isPaidOnly": true,
|
|
|
|
"difficulty": "Easy",
|
|
|
|
"likes": 30,
|
|
|
|
"dislikes": 0,
|
|
|
|
"isLiked": null,
|
|
|
|
"similarQuestions": "[]",
|
|
|
|
"contributors": [],
|
|
|
|
"langToValidPlayground": null,
|
|
|
|
"topicTags": [
|
|
|
|
{
|
|
|
|
"name": "Database",
|
|
|
|
"slug": "database",
|
|
|
|
"translatedName": "数据库",
|
|
|
|
"__typename": "TopicTagNode"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"companyTagStats": null,
|
|
|
|
"codeSnippets": null,
|
2022-05-02 23:44:12 +08:00
|
|
|
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"21.5K\", \"totalAcceptedRaw\": 14071, \"totalSubmissionRaw\": 21507, \"acRate\": \"65.4%\"}",
|
2022-03-27 20:46:41 +08:00
|
|
|
"hints": [],
|
|
|
|
"solution": null,
|
|
|
|
"status": null,
|
2022-05-02 23:44:12 +08:00
|
|
|
"sampleTestCase": "{\"headers\":{\"triangle\":[\"x\",\"y\",\"z\"]},\"rows\":{\"triangle\":[[13,15,30],[10,20,15]]}}",
|
2022-03-27 20:46:41 +08:00
|
|
|
"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,
|
|
|
|
"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\":{\"Triangle\":[\"x\",\"y\",\"z\"]},\"rows\":{\"Triangle\":[[13,15,30],[10,20,15]]}}",
|
|
|
|
"__typename": "QuestionNode"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|