API Response (JSON)
{
"problem": {
"name": "Calc",
"description": {
"content": "Given an integer $a$ as input, print the value $a + a^2 + a^3$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc172_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an integer $a$ as input, print the value $a + a^2 + a^3$.\n\n## Constraints\n\n* $1 \\leq a \\leq 10$\n* $a$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$...",
"is_translate": false,
"language": "English"
}
]
}