mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.4K\", \"totalSubmission\": \"37.7K\", \"totalAcceptedRaw\": 21407, \"totalSubmissionRaw\": 37651, \"acRate\": \"56.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.4K\", \"totalSubmission\": \"37.7K\", \"totalAcceptedRaw\": 21413, \"totalSubmissionRaw\": 37660, \"acRate\": \"56.9%\"}",
|
||||
"hints": [
|
||||
"Using a map, track the expiry times of the tokens.",
|
||||
"When generating a new token, add it to the map with its expiry time.",
|
||||
|
Reference in New Issue
Block a user