mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 14:32:54 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 22406,
|
||||
"dislikes": 1004,
|
||||
"likes": 22465,
|
||||
"dislikes": 1006,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Substring with At Most Two Distinct Characters\", \"titleSlug\": \"longest-substring-with-at-most-two-distinct-characters\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Substring with At Most K Distinct Characters\", \"titleSlug\": \"longest-substring-with-at-most-k-distinct-characters\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Subarrays with K Different Integers\", \"titleSlug\": \"subarrays-with-k-different-integers\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Maximum Erasure Value\", \"titleSlug\": \"maximum-erasure-value\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Equal Count Substrings\", \"titleSlug\": \"number-of-equal-count-substrings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"abcabcbb\"\n\"bbbbb\"\n\"pwwkew\"",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.1M\", \"totalSubmission\": \"9.4M\", \"totalAcceptedRaw\": 3110121, \"totalSubmissionRaw\": 9439107, \"acRate\": \"32.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.1M\", \"totalSubmission\": \"9.5M\", \"totalAcceptedRaw\": 3116585, \"totalSubmissionRaw\": 9456654, \"acRate\": \"33.0%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "36",
|
||||
|
Reference in New Issue
Block a user