API Response (JSON)
{
"problem": {
"name": "Determinant",
"description": {
"content": "Given is a $2 \\times 2$ matrix $A = \\begin{bmatrix} a & b \\\\ c & d \\end{bmatrix}$. The determinant of $A$ can be found as $ad-bc$. Find it.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc184_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a $2 \\times 2$ matrix $A = \\begin{bmatrix} a & b \\\\ c & d \\end{bmatrix}$. \nThe determinant of $A$ can be found as $ad-bc$. \nFind it.\n\n## Constraints\n\n* All values in input are integers.\n*...",
"is_translate": false,
"language": "English"
}
]
}