{"problem":{"name":"Rotate","description":{"content":"Let $xyz$ denote the $3$\\-digit integer whose digits are $x$, $y$, $z$ from left to right. Given a $3$\\-digit integer $abc$ none of whose digits is $0$, find $abc+bca+cab$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc235_a"},"statements":[{"statement_type":"Markdown","content":"Let $xyz$ denote the $3$\\-digit integer whose digits are $x$, $y$, $z$ from left to right.\nGiven a $3$\\-digit integer $abc$ none of whose digits is $0$, find $abc+bca+cab$.\n\n## Constraints\n\n*   $abc$ is a $3$\\-digit integer $abc$ none of whose digits is $0$.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$abc$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc235_a","tags":[],"sample_group":[["123","666\n\nWe have $123+231+312=666$."],["999","2997\n\nWe have $999+999+999=2997$."]],"created_at":"2026-03-03 11:01:14"}}