API Response (JSON)
{
"problem": {
"name": "Feet",
"description": {
"content": "$1$ foot is $12$ inches. How many inches is $A$ feet $B$ inches?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc437_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$1$ foot is $12$ inches.\nHow many inches is $A$ feet $B$ inches?\n\n## Constraints\n\n* $1 \\leq A \\leq 8$\n* $0 \\leq B \\leq 11$\n* All input values are integers.\n\n## Input\n\nThe input is given from Sta...",
"is_translate": false,
"language": "English"
}
]
}