API Response (JSON)
{
"problem": {
"name": "+-x",
"description": {
"content": "We have two integers: $A$ and $B$. Print the largest number among $A + B$, $A - B$, and $A \\times B$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc137_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have two integers: $A$ and $B$.\nPrint the largest number among $A + B$, $A - B$, and $A \\times B$.\n\n## Constraints\n\n* All values in input are integers.\n* $-100 \\leq A,\\ B \\leq 100$\n\n## Input\n\nI...",
"is_translate": false,
"language": "English"
}
]
}