mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"39.1K\", \"totalSubmission\": \"44.3K\", \"totalAcceptedRaw\": 39051, \"totalSubmissionRaw\": 44258, \"acRate\": \"88.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"39.1K\", \"totalSubmission\": \"44.3K\", \"totalAcceptedRaw\": 39066, \"totalSubmissionRaw\": 44273, \"acRate\": \"88.2%\"}",
|
||||
"hints": [
|
||||
"Use the modulo operator to handle the case when the arrival time plus the delayed time goes beyond 24 hours.",
|
||||
"If the arrival time plus the delayed time is greater than or equal to 24, you can also subtract 24 to get the time in the 24-hour format.",
|
||||
|
Reference in New Issue
Block a user