API Response (JSON)
{
"problem": {
"name": "Restricted",
"description": {
"content": "You are given two integers $A$ and $B$ as the input. Output the value of $A + B$. However, if $A + B$ is $10$ or greater, output `error` instead.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc063_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two integers $A$ and $B$ as the input. Output the value of $A + B$.\nHowever, if $A + B$ is $10$ or greater, output `error` instead.\n\n## Constraints\n\n* $A$ and $B$ are integers.\n* $1 ...",
"is_translate": false,
"language": "English"
}
]
}