API Response (JSON)
{
"problem": {
"name": "Division or Subtraction",
"description": {
"content": "Given is a positive integer $N$. We will choose an integer $K$ between $2$ and $N$ (inclusive), then we will repeat the operation below until $N$ becomes less than $K$. * Operation: if $K$ divides ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc161_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a positive integer $N$.\nWe will choose an integer $K$ between $2$ and $N$ (inclusive), then we will repeat the operation below until $N$ becomes less than $K$.\n\n* Operation: if $K$ divides ...",
"is_translate": false,
"language": "English"
}
]
}