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\": \"33.1K\", \"totalSubmission\": \"51.2K\", \"totalAcceptedRaw\": 33121, \"totalSubmissionRaw\": 51204, \"acRate\": \"64.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"33.1K\", \"totalSubmission\": \"51.2K\", \"totalAcceptedRaw\": 33125, \"totalSubmissionRaw\": 51209, \"acRate\": \"64.7%\"}",
|
||||
"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