#573. 「例题5-3」 安迪的第一个字典(Andy's First Dictionary) 暂未评定

时间限制:1000 ms 内存限制:128 MiB 标准输入输出
题目类型:传统 评测方式:无测试数据
上传者: root

题目描述

输入一个文本,找出所有不同的单词(连续的字母序列),按字典序从小到大输出。单词不区分大小写。

输入格式

输入一个文本。

输出格式

按照字典序输出每个不相同的单词。

样例

样例输入

Adventures in Disneyland
Two blondes were going to Disneyland when they came to a fork in the
road. The sign read: "Disneyland Left."
So they went home.

样例输出(为了节约篇幅只保留前5行,程序需要输出全部):

a
adventures
blondes
came
disneyland