API Response (JSON)
{
"problem": {
"name": "Circle Pond",
"description": {
"content": "Print the circumference of a circle of radius $R$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc163_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Print the circumference of a circle of radius $R$.\n\n## Constraints\n\n* $1 \\leq R \\leq 100$\n* All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:...",
"is_translate": false,
"language": "English"
}
]
}