游客 Signup | Login
中文 | En

3353 - 查找数

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

在一个有n个数的数组中,查找是否存在数x,如果存在则输出这个数,不存在输出'no'
输入:第一行为n,第二行为n个数,第三行为x
输出:存在输出这个数,不存在输出'no'

Input

5
1 2 3 4 5
4

Output

4

Examples

Input Format


                        

Output Format