mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -143,14 +143,14 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"21.8K\", \"totalAcceptedRaw\": 14173, \"totalSubmissionRaw\": 21815, \"acRate\": \"65.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.4K\", \"totalSubmission\": \"22.2K\", \"totalAcceptedRaw\": 14407, \"totalSubmissionRaw\": 22173, \"acRate\": \"65.0%\"}",
|
||||
"hints": [
|
||||
"Note that the distinct part means that every position in the array belongs to only one piece",
|
||||
"Note that you can get the piece every position belongs to naively"
|
||||
],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "[15,88]\n[[88],[15]]",
|
||||
"sampleTestCase": "[85]\n[[85]]",
|
||||
"metaData": "{\n \"name\": \"canFormArray\",\n \"params\": [\n {\n \"name\": \"arr\",\n \"type\": \"integer[]\"\n },\n {\n \"type\": \"integer[][]\",\n \"name\": \"pieces\"\n }\n ],\n \"return\": {\n \"type\": \"boolean\"\n }\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user