wzc立志要练好口语!
题号:NC219800
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 64 M,其他语言128 M
64bit IO Format: %lld

题目描述

wzc的口语太糟糕了,每次讲题的时候读单词总是要被一次次订正发音。
他立志一定要练好口语,于是每天都挑选一段文章来进行口语练习。

今天wzc挑选的文章是这一段:
Zhou Yu is handsome,and he is good at music.
He is strong too.People said that Zhou was able to find something wrong in wrong songs.When he was young,he made friends with Sun Ce (the son of Sun Jian) .He got married with Miss Qiao at the age of 24.
Zhou is very clever,and did well in war.Soldiers said he was elegance and generous.
In 208 A.D.He won the war at Chi Bi.Later,he wanted to occupy the land belonged to Cao Cao.Sadly,in December of 210 A.D. he went away in Ba Qiu because of illness.He was only 36.

在练习完之后,wzc突然想知道,这篇文章里,26个英文字母有哪些是没出现过的?

输入描述:

本题没有输入

输出描述:

按照字典序从小到大(这里其实就是从a到z)以小写字母的形式输出所有未在这篇文章中出现过的英文字母,每个字母一行。(文章中出现'e'或'E'均视作字母e出现过)