mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.4K\", \"totalSubmission\": \"45.5K\", \"totalAcceptedRaw\": 34411, \"totalSubmissionRaw\": 45529, \"acRate\": \"75.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"34.4K\", \"totalSubmission\": \"45.5K\", \"totalAcceptedRaw\": 34413, \"totalSubmissionRaw\": 45531, \"acRate\": \"75.6%\"}",
|
||||
"hints": [
|
||||
"Consider simulating the process to calculate the answer",
|
||||
"iterate until the array becomes empty. In each iteration, concatenate the first element to the last element and add their concatenation value to the answer.",
|
||||
|
Reference in New Issue
Block a user