{"raw_statement":[{"iden":"problem statement","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$."},{"iden":"constraints","content":"*   $abc$ is a $3$\\-digit integer $abc$ none of whose digits is $0$."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$abc$"},{"iden":"sample input 1","content":"123"},{"iden":"sample output 1","content":"666\n\nWe have $123+231+312=666$."},{"iden":"sample input 2","content":"999"},{"iden":"sample output 2","content":"2997\n\nWe have $999+999+999=2997$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}