1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
leetcode-problemset/leetcode-cn/originData/[no content]classifying-triangles-by-lengths.json
2025-01-09 20:29:41 +08:00

60 lines
3.3 KiB
JSON

{
"data": {
"question": {
"questionId": "3258",
"questionFrontendId": "3053",
"categoryTitle": "Database",
"boundTopicId": 2644304,
"title": "Classifying Triangles by Lengths",
"titleSlug": "classifying-triangles-by-lengths",
"content": null,
"translatedTitle": "根据长度分类三角形",
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 1,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
"contributors": [],
"langToValidPlayground": null,
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": "数据库",
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"578\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 578, \"totalSubmissionRaw\": 1002, \"acRate\": \"57.7%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Triangles\":[\"A\",\"B\",\"C\"]},\"rows\":{\"Triangles\":[[20,20,23],[20,20,20],[20,21,22],[13,14,30]]}}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Triangles (A int, B int, C int)\"],\"mssql\":[\"Create table Triangles (A int, B int, C int)\"],\"oraclesql\":[\"Create table Triangles (A int, B int, C int)\"],\"database\":true,\"name\":\"type_of_triangle\",\"pythondata\":[\"Triangles = pd.DataFrame([], columns=['A', 'B', 'C']).astype({'A':'Int64', 'B':'Int64', 'C':'Int64'})\\n\"],\"postgresql\":[\"Create table If Not Exists Triangles (A int, B int, C int)\\n\"],\"database_schema\":{\"Triangles\":{\"A\":\"INT\",\"B\":\"INT\",\"C\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
"Create table If Not Exists Triangles (A int, B int, C int)",
"Truncate table Triangles",
"insert into Triangles (A, B, C) values ('20', '20', '23')",
"insert into Triangles (A, B, C) values ('20', '20', '20')",
"insert into Triangles (A, B, C) values ('20', '21', '22')",
"insert into Triangles (A, B, C) values ('13', '14', '30')"
],
"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>\"],\"pythondata\":[\"Pandas\",\"<p>Python 3.10 with Pandas 2.2.2 and NumPy 1.26.4<\\/p>\"],\"postgresql\":[\"PostgreSQL\",\"<p>PostgreSQL 16<\\/p>\"]}",
"book": null,
"isSubscribed": false,
"isDailyQuestion": false,
"dailyRecordStatus": null,
"editorType": "CKEDITOR",
"ugcQuestionId": null,
"style": "LEETCODE",
"exampleTestcases": "{\"headers\":{\"Triangles\":[\"A\",\"B\",\"C\"]},\"rows\":{\"Triangles\":[[20,20,23],[20,20,20],[20,21,22],[13,14,30]]}}",
"__typename": "QuestionNode"
}
}
}