mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 6663,
|
||||
"dislikes": 155,
|
||||
"likes": 6813,
|
||||
"dislikes": 157,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Next Greater Element I\", \"titleSlug\": \"next-greater-element-i\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Online Stock Span\", \"titleSlug\": \"online-stock-span\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[73,74,75,71,69,72,76,73]\n[30,40,50,60]\n[30,60,90]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"367.4K\", \"totalSubmission\": \"548.6K\", \"totalAcceptedRaw\": 367395, \"totalSubmissionRaw\": 548600, \"acRate\": \"67.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"378.2K\", \"totalSubmission\": \"563.9K\", \"totalAcceptedRaw\": 378241, \"totalSubmissionRaw\": 563898, \"acRate\": \"67.1%\"}",
|
||||
"hints": [
|
||||
"If the temperature is say, 70 today, then in the future a warmer temperature must be either 71, 72, 73, ..., 99, or 100. We could remember when all of them occur next."
|
||||
],
|
||||
|
Reference in New Issue
Block a user