1684: 【c17】字符串排序▃

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:10 Solved:5

Description

输入5个单词,按照字典顺序输出。

可以使用sort()函数

Input

一行内输入5个单词,用空格隔开。

Output

一行内输入排序后的5个单词,用空格隔开。

Sample Input Copy

dog green pen ant cat

Sample Output Copy

ant cat dog green pen