API Response (JSON)
{
"problem": {
"name": "Divisors of Binomial Coefficient",
"description": {
"content": "Find the number, modulo $998244353$, of positive divisors of a binomial coefficient $\\displaystyle \\binom{N}{K}$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc227_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the number, modulo $998244353$, of positive divisors of a binomial coefficient $\\displaystyle \\binom{N}{K}$.\n\n## Constraints\n\n* $1 \\leq N \\leq 10^{12}$\n* $0 \\leq K \\leq \\min(10^6,N)$\n* All ...",
"is_translate": false,
"language": "English"
}
]
}