1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

批量更新数据

This commit is contained in:
2025-01-09 20:29:41 +08:00
parent 04ecea043d
commit 48cdd06c2b
5053 changed files with 156164 additions and 135322 deletions

View File

@@ -2,13 +2,13 @@
"data": {
"question": {
"questionId": "3258",
"questionFrontendId": "100176",
"questionFrontendId": "3053",
"categoryTitle": "Database",
"boundTopicId": 2644304,
"title": "Classifying Triangles by Lengths",
"titleSlug": "classifying-triangles-by-lengths",
"content": null,
"translatedTitle": null,
"translatedTitle": "根据长度分类三角形",
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
@@ -18,10 +18,17 @@
"similarQuestions": "[]",
"contributors": [],
"langToValidPlayground": null,
"topicTags": [],
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": "数据库",
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"37\", \"totalSubmission\": \"48\", \"totalAcceptedRaw\": 37, \"totalSubmissionRaw\": 48, \"acRate\": \"77.1%\"}",
"stats": "{\"totalAccepted\": \"578\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 578, \"totalSubmissionRaw\": 1002, \"acRate\": \"57.7%\"}",
"hints": [],
"solution": null,
"status": null,
@@ -38,7 +45,7 @@
"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.0.2 and NumPy 1.25.0<\\/p>\"],\"postgresql\":[\"PostgreSQL\",\"<p>PostgreSQL 16<\\/p>\"]}",
"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,