Introduction - If you have any usage issues, please Google them yourself
Title: Enter three integers x, y, z, please put the three and a number of small to large output. 1. Program analysis: We want to approach the smallest number is placed on the x, compare the first x and y, if x> y is the value of x and y to be exchanged, then the x and z comparison, if x > z then the values of x and z are to be exchanged, this enables the x minimum.