Problem1301--查找学号

1301: 查找学号

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 148  Solved: 103
[Submit] [Status] [Web Board] [Creator:]

Description

输入一组数据(整数,不多于20个),查找指定的数据项是否存在

Input

第1个数据n,表示后面有n个数据,最后一个数据表示要查找的数据。

Output

如果找到要查的数据,则输出Yes

否则输出No

Sample Input Copy

3 201405001 201405004 201405006 201405006 

Sample Output Copy

Yes

Source/Category

数组