mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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>",
|
||||
|
Reference in New Issue
Block a user