[Codeup] 1269: C language 10.1

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

Enter
two space-separated integers a and b.

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

Sample input
59

Sample Output
95

AC Code
Here Insert Picture Description

Released four original articles · won praise 0 · Views 105

Guess you like

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