Introduction - If you have any usage issues, please Google them yourself
Enter three integers x, y, z, please these three the number of small to large output.
A program analysis: we want to approach the smallest number on the x and compare the first x and y, if x> y then x and y values are exchanged,
Then compare the x and z, for x> z then x and z values to be exchanged, so make x the smallest.