mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"14.9K\", \"totalSubmission\": \"18.3K\", \"totalAcceptedRaw\": 14857, \"totalSubmissionRaw\": 18257, \"acRate\": \"81.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.2K\", \"totalSubmission\": \"18.8K\", \"totalAcceptedRaw\": 15245, \"totalSubmissionRaw\": 18805, \"acRate\": \"81.1%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\":{\"Point\":[\"x\"]},\"rows\":{\"Point\":[[-1],[0],[2]]}}",
|
||||
"sampleTestCase": "{\"headers\":{\"point\":[\"x\"]},\"rows\":{\"point\":[[-1],[0],[2]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create Table If Not Exists Point (x int not null)\"\n ],\n \"mssql\": [\n \"Create Table Point (x int not null)\"\n ],\n \"oraclesql\": [\n \"Create Table Point (x int not null)\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user