API Response (JSON)
{
"problem": {
"name": "集合运算 2",
"description": {
"content": "现在给予两个集合 $A$ 和 $B$,均由 $0$ 到 $63$ 之间的整数组成。全集 $U=\\{x|0\\le x\\le 63,x\\in \\mathbb{Z}\\}$。 请依次求出: - $|A|$ - $A\\cap B$ - $A\\cup B$ - $\\complement_UA$ - $A=B$ 是否成立 - $A\\subseteq B$ 是否成立 - $0 \\in A$ 是否成立 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3633"
},
"statements": [
{
"statement_type": "Markdown",
"content": "现在给予两个集合 $A$ 和 $B$,均由 $0$ 到 $63$ 之间的整数组成。全集 $U=\\{x|0\\le x\\le 63,x\\in \\mathbb{Z}\\}$。\n\n请依次求出:\n\n- $|A|$\n- $A\\cap B$\n- $A\\cup B$\n- $\\complement_UA$\n- $A=B$ 是否成立\n- $A\\subseteq B$ 是否成立\n- $0 \\in A$ 是否成立\n\n## ...",
"is_translate": false,
"language": "English"
}
]
}