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": "Medium",
|
||||
"likes": 409,
|
||||
"dislikes": 70,
|
||||
"likes": 452,
|
||||
"dislikes": 73,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Kth Largest Element in an Array\", \"titleSlug\": \"kth-largest-element-in-an-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"3\",\"6\",\"7\",\"10\"]\n4\n[\"2\",\"21\",\"12\",\"1\"]\n3\n[\"0\",\"0\"]\n2",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.2K\", \"totalSubmission\": \"58.7K\", \"totalAcceptedRaw\": 26227, \"totalSubmissionRaw\": 58674, \"acRate\": \"44.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.8K\", \"totalSubmission\": \"62.3K\", \"totalAcceptedRaw\": 27849, \"totalSubmissionRaw\": 62334, \"acRate\": \"44.7%\"}",
|
||||
"hints": [
|
||||
"If two numbers have different lengths, which one will be larger?",
|
||||
"The longer number is the larger number.",
|
||||
|
Reference in New Issue
Block a user