API Response (JSON)
{
"problem": {
"name": "Factorial and Multiple",
"description": {
"content": "You are given an integer $K$ greater than or equal to $2$. Find the minimum positive integer $N$ such that $N!$ is a multiple of $K$. Here, $N!$ denotes the factorial of $N$. Under the Constraints o",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc280_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $K$ greater than or equal to $2$. \nFind the minimum positive integer $N$ such that $N!$ is a multiple of $K$.\nHere, $N!$ denotes the factorial of $N$. Under the Constraints o...",
"is_translate": false,
"language": "English"
}
]
}