1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +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,11 +155,11 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19.9K\", \"totalSubmission\": \"42.4K\", \"totalAcceptedRaw\": 19877, \"totalSubmissionRaw\": 42437, \"acRate\": \"46.8%\"}",
"stats": "{\"totalAccepted\": \"20.1K\", \"totalSubmission\": \"42.9K\", \"totalAcceptedRaw\": 20059, \"totalSubmissionRaw\": 42867, \"acRate\": \"46.8%\"}",
"hints": [],
"solution": null,
"status": null,
"sampleTestCase": "[\"Solution\",\"flip\",\"flip\",\"flip\",\"reset\",\"flip\"]\n[[3,1],[],[],[],[],[]]",
"sampleTestCase": "[\"Solution\", \"flip\", \"flip\", \"flip\", \"flip\"]\n[[2, 2], [], [], [], []]",
"metaData": "{\n \"classname\": \"Solution\",\n \"maxbytesperline\": 200000,\n \"constructor\": {\n \"params\": [\n {\n \"name\": \"m\",\n \"type\": \"integer\"\n },\n {\n \"name\": \"n\",\n \"type\": \"integer\"\n }\n ]\n },\n \"methods\": [\n {\n \"name\": \"flip\",\n \"params\": [],\n \"return\": {\n \"type\": \"integer[]\"\n }\n },\n {\n \"name\": \"reset\",\n \"params\": [],\n \"return\": {\n \"type\": \"void\"\n }\n }\n ],\n \"systemdesign\": true,\n \"params\": [\n {\n \"name\": \"inputs\",\n \"type\": \"integer[]\"\n },\n {\n \"name\": \"inputs\",\n \"type\": \"integer[]\"\n }\n ],\n \"return\": {\n \"type\": \"list<String>\",\n \"dealloc\": true\n }\n}",
"judgerAvailable": true,
"judgeType": "large",