See input / output section for more details.
输入
The first line contains a single integer .
The second line contains integers , representing array .
The third line contains lowercase letters , representing array .
The fourth line contains a string which consists of lowercase letters and spaces. It is guaranteed that the length of will not exceed .
The fifth line contains a sequence of integers , terminated by end-of-file, representing array . It is guaranteed that the length of will not exceed .
输出
In the first line of the output, print the value of .
In the second line of the output, if all lowercase letters are presented in array , output YES
. Otherwise output NO
.
In the third line of the output, print the length of string .
In the fourth line of the output, print the length of array .
样例
标准输入 复制文本 |
6 1 1 4 5 1 4 h e h h e h nun heh heh aaaaaaaaaaaaaaaaaaaaaaa 114514 1919810 |
标准输出 复制文本 |
16 NO 35 2 |
提示
If you get wrong answer in this problem, there must be an issue with this OJ (doge).