1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"34.7K\", \"totalSubmission\": \"54.3K\", \"totalAcceptedRaw\": 34669, \"totalSubmissionRaw\": 54257, \"acRate\": \"63.9%\"}",
"stats": "{\"totalAccepted\": \"35K\", \"totalSubmission\": \"54.7K\", \"totalAcceptedRaw\": 34961, \"totalSubmissionRaw\": 54660, \"acRate\": \"64.0%\"}",
"hints": [],
"solution": {
"id": "84",
@@ -163,7 +163,7 @@
"__typename": "ArticleNode"
},
"status": null,
"sampleTestCase": "[[1,2],[3,4]]",
"sampleTestCase": "[[2]]",
"metaData": "{\r\n \"name\": \"surfaceArea\",\r\n \"params\": [\r\n {\r\n \"name\": \"grid\",\r\n \"type\": \"integer[][]\"\r\n }\r\n ],\r\n \"return\": {\r\n \"type\": \"integer\"\r\n }\r\n}\r\n",
"judgerAvailable": true,
"judgeType": "large",