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

58 lines
2.7 KiB
JSON

{
"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,
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"21.5K\", \"totalAcceptedRaw\": 14071, \"totalSubmissionRaw\": 21507, \"acRate\": \"65.4%\"}",
"hints": [],
"solution": null,
"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,
"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"
}
}
}