API Response (JSON)
{
"problem": {
"name": "Anyway Takahashi",
"description": {
"content": "You are given integers $a$, $b$, $c$, and $d$. Print two lines as follows. The first line should contain the result of calculating $(a + b) \\times (c - d)$ as an integer. The second line should cont",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc269_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $a$, $b$, $c$, and $d$. Print two lines as follows.\nThe first line should contain the result of calculating $(a + b) \\times (c - d)$ as an integer. \nThe second line should cont...",
"is_translate": false,
"language": "English"
}
]
}