mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 11970,
|
||||
"likes": 11971,
|
||||
"dislikes": 263,
|
||||
"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}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"751.2K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 751192, \"totalSubmissionRaw\": 1139888, \"acRate\": \"65.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"751.3K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 751299, \"totalSubmissionRaw\": 1140036, \"acRate\": \"65.9%\"}",
|
||||
"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