API Response (JSON)
{
"problem": {
"name": "[yLOI2023] 分解只因数",
"description": {
"content": "给定一个正整数 $n$,对 $n$ 分解质因数。 设 $n = p_1 \\times p_2 \\times p_3 \\times \\dots \\times p_x$,其中 $p_i$ 均为质数。 如果 $p_i$ 均为奇数,则称 $n$ 为『只因数』。 现在,给出若干个 $n$,请你判断 $n$ 是不是『只因数』。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9063"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个正整数 $n$,对 $n$ 分解质因数。\n\n设 $n = p_1 \\times p_2 \\times p_3 \\times \\dots \\times p_x$,其中 $p_i$ 均为质数。\n\n如果 $p_i$ 均为奇数,则称 $n$ 为『只因数』。\n\n现在,给出若干个 $n$,请你判断 $n$ 是不是『只因数』。\n\n## Input\n\n**本题单测试点内有多组测试数据**。\n\n第一行是一个...",
"is_translate": false,
"language": "English"
}
]
}