#P19. 三数排序
三数排序
Description
读入三个数,将三个数按从大到小的顺序输出。
Input Format
三个用空格分开的整数。
Output Format
表示三个从大到小的式子。具体看样例。
Sample
input
6 19 1
output
19>6>1
Hint
时间限制:
空间限制:
读入三个数,将三个数按从大到小的顺序输出。
三个用空格分开的整数。
表示三个从大到小的式子。具体看样例。
input
6 19 1
output
19>6>1
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.