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": 5618,
|
||||
"dislikes": 232,
|
||||
"likes": 5744,
|
||||
"dislikes": 237,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find K Pairs with Smallest Sums\", \"titleSlug\": \"find-k-pairs-with-smallest-sums\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Kth Smallest Number in Multiplication Table\", \"titleSlug\": \"kth-smallest-number-in-multiplication-table\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Find K-th Smallest Pair Distance\", \"titleSlug\": \"find-k-th-smallest-pair-distance\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"K-th Smallest Prime Fraction\", \"titleSlug\": \"k-th-smallest-prime-fraction\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,5,9],[10,11,13],[12,13,15]]\n8\n[[-5]]\n1",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"370.9K\", \"totalSubmission\": \"623.6K\", \"totalAcceptedRaw\": 370914, \"totalSubmissionRaw\": 623598, \"acRate\": \"59.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"379.1K\", \"totalSubmission\": \"635.8K\", \"totalAcceptedRaw\": 379139, \"totalSubmissionRaw\": 635782, \"acRate\": \"59.6%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "941",
|
||||
|
Reference in New Issue
Block a user