1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"70.7K\", \"totalSubmission\": \"87.4K\", \"totalAcceptedRaw\": 70720, \"totalSubmissionRaw\": 87420, \"acRate\": \"80.9%\"}",
"stats": "{\"totalAccepted\": \"70.7K\", \"totalSubmission\": \"87.4K\", \"totalAcceptedRaw\": 70725, \"totalSubmissionRaw\": 87425, \"acRate\": \"80.9%\"}",
"hints": [
"Concatenate all strings in the first array into a single string in the given order, the same for the second array.",
"Both arrays represent the same string if and only if the generated strings are the same."