{"raw_statement":[{"iden":"problem statement","content":"We have three boxes $A$, $B$, and $C$, each of which contains an integer.  \nCurrently, the boxes $A$, $B$, and $C$ contain the integers $X$, $Y$, and $Z$, respectively.  \nWe will now do the operations below in order. Find the content of each box afterward.\n\n*   Swap the contents of the boxes $A$ and $B$\n*   Swap the contents of the boxes $A$ and $C$"},{"iden":"constraints","content":"*   $1 \\leq X,Y,Z \\leq 100$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$ $Y$ $Z$"},{"iden":"sample input 1","content":"1 2 3"},{"iden":"sample output 1","content":"3 1 2\n\nAfter the contents of the boxes $A$ and $B$ are swapped, $A$, $B$, and $C$ contain $2$, $1$, and $3$, respectively.  \nThen, after the contents of $A$ and $C$ are swapped, $A$, $B$, and $C$ contain $3$, $1$, and $2$, respectively."},{"iden":"sample input 2","content":"100 100 100"},{"iden":"sample output 2","content":"100 100 100"},{"iden":"sample input 3","content":"41 59 31"},{"iden":"sample output 3","content":"31 41 59"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}