API Response (JSON)
{
"problem": {
"name": "Small Products",
"description": {
"content": "Find the number of sequences of length $K$ consisting of positive integers such that the product of any two adjacent elements is at most $N$, modulo $10^9+7$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc132_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the number of sequences of length $K$ consisting of positive integers such that the product of any two adjacent elements is at most $N$, modulo $10^9+7$.\n\n## Constraints\n\n* $1\\leq N\\leq 10^9$\n*...",
"is_translate": false,
"language": "English"
}
]
}