mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 35,
|
||||
"likes": 36,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -28,11 +28,11 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"32.4K\", \"totalAcceptedRaw\": 15015, \"totalSubmissionRaw\": 32377, \"acRate\": \"46.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.7K\", \"totalSubmission\": \"33.9K\", \"totalAcceptedRaw\": 15661, \"totalSubmissionRaw\": 33883, \"acRate\": \"46.2%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"headers\": {\"MyNumbers\": [\"num\"]}, \"rows\": {\"MyNumbers\": [[8],[8],[3],[3],[1],[4],[5],[6]]}}",
|
||||
"sampleTestCase": "{\"headers\": {\"my_numbers\": [\"num\"]}, \"rows\": {\"my_numbers\": [[8],[8],[3],[3],[1],[4],[5],[6]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists MyNumbers (num int)\"\n ],\n \"mssql\": [\n \"Create table MyNumbers (num int)\"\n ],\n \"oraclesql\": [\n \"Create table MyNumbers (num int)\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user