1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 1,
"likes": 5,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,12 +28,12 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"2.5K\", \"totalAcceptedRaw\": 2029, \"totalSubmissionRaw\": 2515, \"acRate\": \"80.7%\"}",
"stats": "{\"totalAccepted\": \"4K\", \"totalSubmission\": \"5K\", \"totalAcceptedRaw\": 4002, \"totalSubmissionRaw\": 5043, \"acRate\": \"79.4%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "{\"headers\":{\"Problems\":[\"problem_id\",\"likes\",\"dislikes\"]},\"rows\":{\"Problems\":[[6,1290,425],[11,2677,8659],[1,4446,2760],[7,8569,6086],[13,2050,4164],[10,9002,7446]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Problems (problem_id int, likes int, dislikes int)\"\n ],\n \"mssql\": [\n \"Create table Problems (problem_id int, likes int, dislikes int)\"\n ],\n \"oraclesql\": [\n \"Create table Problems (problem_id int, likes int, dislikes int)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\":[\"Create table If Not Exists Problems (problem_id int, likes int, dislikes int)\"],\"mssql\":[\"Create table Problems (problem_id int, likes int, dislikes int)\"],\"oraclesql\":[\"Create table Problems (problem_id int, likes int, dislikes int)\"],\"database\":true,\"name\":\"low_quality_problems\",\"pythondata\":[\"Problems = pd.DataFrame([], columns=['problem_id', 'likes', 'dislikes']).astype({'problem_id':'Int64', 'likes':'Int64', 'dislikes':'Int64'})\"],\"postgresql\":[\"Create table If Not Exists Problems (problem_id int, likes int, dislikes int)\"],\"database_schema\":{\"Problems\":{\"problem_id\":\"INT\",\"likes\":\"INT\",\"dislikes\":\"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -47,7 +47,7 @@
"insert into Problems (problem_id, likes, dislikes) values ('10', '9002', '7446')"
],
"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,