{"problem":{"name":"ABC Swap","description":{"content":"We have three boxes $A$, $B$, and $C$, each of which contains an integer.   Currently, the boxes $A$, $B$, and $C$ contain the integers $X$, $Y$, and $Z$, respectively.   We will now do the operations","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc161_a"},"statements":[{"statement_type":"Markdown","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$\n\n## Constraints\n\n*   $1 \\leq X,Y,Z \\leq 100$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$ $Y$ $Z$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc161_a","tags":[],"sample_group":[["1 2 3","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."],["100 100 100","100 100 100"],["41 59 31","31 41 59"]],"created_at":"2026-03-03 11:01:14"}}