API Response (JSON)
{
"problem": {
"name": "Anti-Adjacency",
"description": {
"content": "Determine if we can choose $K$ different integers between $1$ and $N$ (inclusive) so that no two of them differ by $1$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "yahoo_procon2019_qual_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Determine if we can choose $K$ different integers between $1$ and $N$ (inclusive) so that no two of them differ by $1$.\n\n## Constraints\n\n* $1\\leq N,K\\leq 100$\n* $N$ and $K$ are integers.\n\n## Input...",
"is_translate": false,
"language": "English"
}
]
}