API Response (JSON)
{
"problem": {
"name": "You should output ARC, though this is ABC.",
"description": {
"content": "Given integers $R$, $C$, and a $2 \\times 2$ matrix $A$, print $A_{R,C}$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc255_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given integers $R$, $C$, and a $2 \\times 2$ matrix $A$, print $A_{R,C}$.\n\n## Constraints\n\n* All values in input are integers.\n* $1 \\le R,C \\le 2$\n* $0 \\le A_{i,j} \\le 100$\n\n## Input\n\nInput is gi...",
"is_translate": false,
"language": "English"
}
]
}