Problem1162--字典序排序

1162: 字典序排序

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入三个字符串,按由小到大的顺序输出

Input

3行字符串

Output

按照从小到大输出成3行

Sample Input Copy

cde
afg
abc

Sample Output Copy

abc
afg
cde

Source/Category

admin