mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"5.3K\", \"totalSubmission\": \"8.4K\", \"totalAcceptedRaw\": 5257, \"totalSubmissionRaw\": 8387, \"acRate\": \"62.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"8.7K\", \"totalAcceptedRaw\": 5433, \"totalSubmissionRaw\": 8706, \"acRate\": \"62.4%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"Sessions\": [\"session_id\", \"duration\"]}, \"rows\": {\"Sessions\": [[1, 30], [2, 199], [3, 299], [4, 580], [5, 1000]]}}",
|
||||
"sampleTestCase": "{\"headers\": {\"Sessions\": [\"session_id\", \"duration\"]}, \"rows\": {\"Sessions\": [[1, 30], [2, 199], [3, 299], [4, 580], [5, 1000]]}}\r",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Sessions (session_id int, duration int)\"\n ],\n \"mssql\": [\n \"Create table Sessions (session_id int, duration int)\"\n ],\n \"oraclesql\": [\n \"Create table Sessions (session_id int, duration int)\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user