mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"33K\", \"totalSubmission\": \"40.3K\", \"totalAcceptedRaw\": 33011, \"totalSubmissionRaw\": 40262, \"acRate\": \"82.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"33K\", \"totalSubmission\": \"40.3K\", \"totalAcceptedRaw\": 33012, \"totalSubmissionRaw\": 40263, \"acRate\": \"82.0%\"}",
|
||||
"hints": [
|
||||
"如何从子集{a, b}中构建{a, b, c}的所有子集?",
|
||||
"任何属于{a, b}的子集都是{a, b, c}的子集。哪个集合是{a, b, c}的子集却不是{a, b}的子集。",
|
||||
|
Reference in New Issue
Block a user