我可以在0101的OJ里,刷一整天的题!—— by 仔仔

3938: C语言程序设计教程(第三版)课后习题10.2

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:Imported
Submit:16 Solved:15

Description

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

Input

3行字符串

Output

按照从小到大输出成3行

Sample Input Copy

cde
afg
abc

Sample Output Copy

abc
afg
cde