Problem A: 11-字符数组和字符串-字符串排序

Problem A: 11-字符数组和字符串-字符串排序

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 260  Solved: 184
[Submit] [Status] [Web Board] [Creator:]

Description

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

Input

3行字符串

Output

按照从小到大输出成3行

Sample Input

cde
afg
abc

Sample Output

abc
afg
cde

[Submit][Status]