mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 194,
|
||||
"dislikes": 1652,
|
||||
"likes": 205,
|
||||
"dislikes": 1716,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"OrderedStream\",\"insert\",\"insert\",\"insert\",\"insert\",\"insert\"]\n[[5],[3,\"ccccc\"],[1,\"aaaaa\"],[2,\"bbbbb\"],[5,\"eeeee\"],[4,\"ddddd\"]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.6K\", \"totalSubmission\": \"41.4K\", \"totalAcceptedRaw\": 34624, \"totalSubmissionRaw\": 41406, \"acRate\": \"83.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"36.1K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 36143, \"totalSubmissionRaw\": 43154, \"acRate\": \"83.8%\"}",
|
||||
"hints": [
|
||||
"Maintain the next id that should be outputted.",
|
||||
"Maintain the ids that were inserted in the stream.",
|
||||
|
Reference in New Issue
Block a user