API Response (JSON)
{
"problem": {
"name": "Circle",
"description": {
"content": "Given is an integer $r$. How many times is the area of a circle of radius $r$ larger than the area of a circle of radius $1$? It can be proved that the answer is always an integer under the constraint",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc145_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $r$.\nHow many times is the area of a circle of radius $r$ larger than the area of a circle of radius $1$?\nIt can be proved that the answer is always an integer under the constraint...",
"is_translate": false,
"language": "English"
}
]
}