1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"21.1K\", \"totalSubmission\": \"27.5K\", \"totalAcceptedRaw\": 21124, \"totalSubmissionRaw\": 27508, \"acRate\": \"76.8%\"}",
"stats": "{\"totalAccepted\": \"21.2K\", \"totalSubmission\": \"27.6K\", \"totalAcceptedRaw\": 21168, \"totalSubmissionRaw\": 27567, \"acRate\": \"76.8%\"}",
"hints": [
"我们知道每一行都有一个皇后。你能试试所有的可能性吗?",
"每行都必须有个皇后。从最后一行开始。有8个不同的列你可以放皇后。你能挨个试试吗",