API Response (JSON)
{
"problem": {
"name": "[NICA #1] 乘只因",
"description": {
"content": " 给定 $n,k$,请统计有多少个长度为 $k$ 的序列 $[a_1,a_2,\\dots,a_k]$ 满足: - $a_1\\times a_2\\times a_3\\times \\dots\\times a_k=n$。 - $1<a_1\\leq a_2\\leq a_3\\leq \\dots\\leq a_k$。 - 这 $k$ 个数的最小公倍数等于 $n$。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3801"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n,k$,请统计有多少个长度为 $k$ 的序列 $[a_1,a_2,\\dots,a_k]$ 满足:\n\n- $a_1\\times a_2\\times a_3\\times \\dots\\times a_k=n$。\n- $1<a_1\\leq a_2\\leq a_3\\leq \\dots\\leq a_k$。\n- 这 $k$ 个数的最小公倍数等于 $n$。\n\n## Input\n\n本题多测,共 $T$ 组...",
"is_translate": false,
"language": "English"
}
]
}