mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 147,
|
||||
"dislikes": 26,
|
||||
"likes": 151,
|
||||
"dislikes": 27,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Escape The Ghosts\", \"titleSlug\": \"escape-the-ghosts\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Cat and Mouse\", \"titleSlug\": \"cat-and-mouse\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"####F\",\"#C...\",\"M....\"]\n1\n2\n[\"M.C...F\"]\n1\n4\n[\"M.C...F\"]\n1\n3",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4542, \"totalSubmissionRaw\": 11035, \"acRate\": \"41.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"11.2K\", \"totalAcceptedRaw\": 4642, \"totalSubmissionRaw\": 11242, \"acRate\": \"41.3%\"}",
|
||||
"hints": [
|
||||
"Try working backward: consider all trivial states you know to be winning or losing, and work backward to determine which other states can be labeled as winning or losing."
|
||||
],
|
||||
|
Reference in New Issue
Block a user