API Response (JSON)
{
"problem": {
"name": "E. Counting Arrays",
"description": {
"content": "You are given two positive integer numbers _x_ and _y_. An array _F_ is called an __y_\\-factorization_ of _x_ iff the following conditions are met: * There are _y_ elements in _F_, and all of them ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF893E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two positive integer numbers _x_ and _y_. An array _F_ is called an __y_\\-factorization_ of _x_ iff the following conditions are met:\n\n* There are _y_ elements in _F_, and all of them ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给你两个正整数 $x$ 和 $y$。一个数组 $F$ 被称为 $x$ 的一个 _$y$-因子分解_,当且仅当满足以下条件:\n\n你需要计算有多少个互不相同的数组是 $x$ 的 $y$-因子分解。两个数组 $A$ 和 $B$ 被认为不同,当且仅当存在至少一个下标 $i$($1 ≤ i ≤ y$)使得 $A_i ≠ B_i$。由于答案可能非常大,请对 $10^9 + 7$ 取模输出。\n\n第一行包含一个整...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ q \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ i \\in \\{1, \\dots, q\\} $, let $ x_i, y_i \\in \\mathbb{Z}^+ $ be given integers. \n\nA **$ y_i $-factorizatio...",
"is_translate": false,
"language": "Formal"
}
]
}