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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1840,
"dislikes": 150,
"likes": 1846,
"dislikes": 151,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[1,4,2,5,3]\n[1,2]\n[10,11,12]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"87.7K\", \"totalSubmission\": \"105.3K\", \"totalAcceptedRaw\": 87696, \"totalSubmissionRaw\": 105322, \"acRate\": \"83.3%\"}",
"stats": "{\"totalAccepted\": \"88.2K\", \"totalSubmission\": \"105.9K\", \"totalAcceptedRaw\": 88192, \"totalSubmissionRaw\": 105910, \"acRate\": \"83.3%\"}",
"hints": [
"You can brute force try every (i,j) pair, and if the length is odd, go through and add the sum to the answer."
],