[Codeup] 1270: C language 10.2

Description Title
inputs a, b, C three integers, according to the first big small sequentially outputs a, b and c. Please pay attention to the way variables were compared using a pointer and output.

Enter
three space separated integers a, b and c.

Output
Output a, b and c according to the first big small order, separated by spaces.
Note that the output end of the line wrap.

Sample input
9010

Sample Output
1090

AC Code
Here Insert Picture Description

Released four original articles · won praise 0 · Views 101

Guess you like

Origin blog.csdn.net/niwenroudelian/article/details/104365904