mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1444,
|
||||
"dislikes": 1329,
|
||||
"likes": 1447,
|
||||
"dislikes": 1334,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Elements With Strictly Smaller and Greater Elements \", \"titleSlug\": \"count-elements-with-strictly-smaller-and-greater-elements\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"c\",\"f\",\"j\"]\n\"a\"\n[\"c\",\"f\",\"j\"]\n\"c\"\n[\"c\",\"f\",\"j\"]\n\"d\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"174.1K\", \"totalSubmission\": \"384.5K\", \"totalAcceptedRaw\": 174121, \"totalSubmissionRaw\": 384525, \"acRate\": \"45.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"174.6K\", \"totalSubmission\": \"385.7K\", \"totalAcceptedRaw\": 174606, \"totalSubmissionRaw\": 385743, \"acRate\": \"45.3%\"}",
|
||||
"hints": [
|
||||
"Try to find whether each of 26 next letters are in the given string array."
|
||||
],
|
||||
|
Reference in New Issue
Block a user