API Response (JSON)
{
"problem": {
"name": "Factorization",
"description": {
"content": "You are given positive integers $N$ and $M$. How many sequences $a$ of length $N$ consisting of positive integers satisfy $a_1 \\times a_2 \\times ... \\times a_N = M$? Find the count modulo $10^9+7$. He",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc110_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $N$ and $M$.\nHow many sequences $a$ of length $N$ consisting of positive integers satisfy $a_1 \\times a_2 \\times ... \\times a_N = M$? Find the count modulo $10^9+7$.\nHe...",
"is_translate": false,
"language": "English"
}
]
}