mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 17:01:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 91,
|
||||
"dislikes": 44,
|
||||
"likes": 146,
|
||||
"dislikes": 55,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\":{\"Players\":[\"player_id\",\"group_id\"],\"Matches\":[\"match_id\",\"first_player\",\"second_player\",\"first_score\",\"second_score\"]},\"rows\":{\"Players\":[[10,2],[15,1],[20,3],[25,1],[30,1],[35,2],[40,3],[45,1],[50,2]],\"Matches\":[[1,15,45,3,0],[2,30,25,1,2],[3,30,15,2,0],[4,40,20,5,2],[5,35,50,1,1]]}}",
|
||||
@@ -28,12 +28,12 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"13K\", \"totalSubmission\": \"25K\", \"totalAcceptedRaw\": 12997, \"totalSubmissionRaw\": 24980, \"acRate\": \"52.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19K\", \"totalSubmission\": \"38.6K\", \"totalAcceptedRaw\": 19015, \"totalSubmissionRaw\": 38613, \"acRate\": \"49.2%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Players\":[\"player_id\",\"group_id\"],\"Matches\":[\"match_id\",\"first_player\",\"second_player\",\"first_score\",\"second_score\"]},\"rows\":{\"Players\":[[10,2],[15,1],[20,3],[25,1],[30,1],[35,2],[40,3],[45,1],[50,2]],\"Matches\":[[1,15,45,3,0],[2,30,25,1,2],[3,30,15,2,0],[4,40,20,5,2],[5,35,50,1,1]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Players (player_id int, group_id int)\",\n \"Create table If Not Exists Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"\n ],\n \"mssql\": [\n \"Create table Players (player_id int, group_id int)\",\n \"Create table Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"\n ],\n \"oraclesql\": [\n \"Create table Players (player_id int, group_id int)\",\n \"Create table Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"\n ],\n \"database\": true\n}",
|
||||
"metaData": "{\"mysql\": [\"Create table If Not Exists Players (player_id int, group_id int)\", \"Create table If Not Exists Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"], \"mssql\": [\"Create table Players (player_id int, group_id int)\", \"Create table Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"], \"oraclesql\": [\"Create table Players (player_id int, group_id int)\", \"Create table Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"], \"database\": true, \"name\": \"tournament_winners\", \"pythondata\": [\"Players = pd.DataFrame([], columns=['player_id', 'group_id']).astype({'player_id':'Int64', 'group_id':'Int64'})\", \"Matches = pd.DataFrame([], columns=['match_id', 'first_player', 'second_player', 'first_score', 'second_score']).astype({'match_id':'Int64', 'first_player':'Int64', 'second_player':'Int64', 'first_score':'Int64', 'second_score':'Int64'})\"], \"manual\": true, \"postgresql\": [\"Create table If Not Exists Players (player_id int, group_id int)\\n\", \"Create table If Not Exists Matches (match_id int, first_player int, second_player int, first_score int, second_score int)\\n\"], \"database_schema\": {\"Players\": {\"player_id\": \"INT\", \"group_id\": \"INT\"}, \"Matches\": {\"match_id\": \"INT\", \"first_player\": \"INT\", \"second_player\": \"INT\", \"first_score\": \"INT\", \"second_score\": \"INT\"}}}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
"mysqlSchemas": [
|
||||
@@ -59,7 +59,7 @@
|
||||
"enableRunCode": true,
|
||||
"enableTestMode": false,
|
||||
"enableDebugger": false,
|
||||
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"]}",
|
||||
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"], \"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"], \"postgresql\": [\"PostgreSQL\", \"<p>PostgreSQL 16</p>\"]}",
|
||||
"libraryUrl": null,
|
||||
"adminUrl": null,
|
||||
"challengeQuestion": null,
|
||||
|
Reference in New Issue
Block a user