API Response (JSON)
{
"problem": {
"name": "[BCSP-X 2024 6 月小学高年级组] 最小质因子",
"description": {
"content": "给定一个正整数 $n$,设 $n = p_1 \\times p_2 \\times \\dots \\times p_k$,其中 $p_i$ 均为质数,对 $1 \\leq i < k$,$p_i \\leq p_{i+1}$。 给定 $n$,请你计算其最小的质因子 $p_1$。 例如: - $36 = 2 \\times 2 \\times 3 \\times 3$,最小质因子是 $2$; - $49 = ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4170"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个正整数 $n$,设 $n = p_1 \\times p_2 \\times \\dots \\times p_k$,其中 $p_i$ 均为质数,对 $1 \\leq i < k$,$p_i \\leq p_{i+1}$。\n\n给定 $n$,请你计算其最小的质因子 $p_1$。\n\n例如:\n- $36 = 2 \\times 2 \\times 3 \\times 3$,最小质因子是 $2$;\n- $49 = ...",
"is_translate": false,
"language": "English"
}
]
}