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

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -8,11 +8,11 @@
"title": "Build the Equation",
"titleSlug": "build-the-equation",
"content": null,
"translatedTitle": null,
"translatedTitle": "建立方程",
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Hard",
"likes": 2,
"likes": 4,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"233\", \"totalSubmission\": \"415\", \"totalAcceptedRaw\": 233, \"totalSubmissionRaw\": 415, \"acRate\": \"56.1%\"}",
"stats": "{\"totalAccepted\": \"969\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 969, \"totalSubmissionRaw\": 1739, \"acRate\": \"55.7%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Terms\":[\"power\",\"factor\"]},\"rows\":{\"Terms\":[[2,1],[1,-4],[0,2]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Terms (power int, factor int)\"\n ],\n \"mssql\": [\n \"Create table Terms (power int, factor int)\"\n ],\n \"oraclesql\": [\n \"Create table Terms (power int, factor int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Terms (power int, factor int)\"],\"mssql\":[\"Create table Terms (power int, factor int)\"],\"oraclesql\":[\"Create table Terms (power int, factor int)\"],\"database\":true,\"name\":\"build_the_equation\",\"pythondata\":[\"Terms = pd.DataFrame([], columns=['power', 'factor']).astype({'power':'Int64', 'factor':'Int64'})\"],\"postgresql\":[\"Create table If Not Exists Terms (power int, factor int)\"],\"database_schema\":{\"Terms\":{\"power\":\"INT\",\"factor\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -44,7 +44,7 @@
"insert into Terms (power, factor) values ('0', '2')"
],
"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>\"]}",
"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>\"]}",
"book": null,
"isSubscribed": false,
"isDailyQuestion": false,