6 1 3 5 -2 -2 5 0 1 3 31 41 59 -123456789 0 987654321 -1000000000000000000 0 1000000000000000000
5 2 9 70 182333351 5 For $(a,b,c) = (1,3,5)$, the five possible combinations of the three stones after operations are: * $(1,3,5)$, $(1,1,3)$, $(-1,1,1)$, $(3,5,5)$, $(5,5,7)$. The figure below may be helpful. 
{
"problem": {
"name": "Reflection",
"description": {
"content": "There are three indistinguishable stones at integer coordinates on a number line. Consider the following operation on these stones: * Let $A, B, C$ be the three stones in ascending order of coordin",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc057_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are three indistinguishable stones at integer coordinates on a number line. Consider the following operation on these stones:\n\n* Let $A, B, C$ be the three stones in ascending order of coordin...",
"is_translate": false,
"language": "English"
}
]
}