API Response (JSON)
{
"problem": {
"name": "[GESP202412 五级] 奇妙数字",
"description": {
"content": "小杨认为一个数字 $x$ 是奇妙数字当且仅当 $x=p^a$,其中 $p$ 为任意质数且 $a$ 为正整数。例如,$8=2^3$,所以 $8$ 是奇妙的,而 $6$ 不是。 对于一个正整数 $n$,小杨想要构建一个包含 $m$ 个奇妙数字的集合 $\\{x_1,x_2,\\cdots,x_m\\}$,使其满足以下条件: - 集合中不包含相同的数字。 - $x_1\\times x_2\\times \\cd",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4070"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小杨认为一个数字 $x$ 是奇妙数字当且仅当 $x=p^a$,其中 $p$ 为任意质数且 $a$ 为正整数。例如,$8=2^3$,所以 $8$ 是奇妙的,而 $6$ 不是。\n\n对于一个正整数 $n$,小杨想要构建一个包含 $m$ 个奇妙数字的集合 $\\{x_1,x_2,\\cdots,x_m\\}$,使其满足以下条件:\n- 集合中不包含相同的数字。\n- $x_1\\times x_2\\times \\cd...",
"is_translate": false,
"language": "English"
}
]
}