1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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": 1031,
"dislikes": 2278,
"likes": 1033,
"dislikes": 2279,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Capitalize the Title\", \"titleSlug\": \"capitalize-the-title\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"Hello\"\n\"here\"\n\"LOVELY\"",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"331.8K\", \"totalSubmission\": \"408.4K\", \"totalAcceptedRaw\": 331750, \"totalSubmissionRaw\": 408381, \"acRate\": \"81.2%\"}",
"stats": "{\"totalAccepted\": \"332.2K\", \"totalSubmission\": \"408.9K\", \"totalAcceptedRaw\": 332198, \"totalSubmissionRaw\": 408915, \"acRate\": \"81.2%\"}",
"hints": [
"Most languages support lowercase conversion for a string data type. However, that is certainly not the purpose of the problem. Think about how the implementation of the lowercase function call can be done easily.",
"<b>Think ASCII!</b>",