Problem1388--元素匹配

1388: 元素匹配

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

定义数组a[10],输满数据,再为x输入一个数据,在数组a中找出第一个与x相等的元素并将其下标输出,若不存在这样的元素,则输出“Not found!”标志。

Input

输入有两行,第一行包括十个数,第二行包括一个数。

Output

输出有一行。

Sample Input Copy

1.2 2.3 3.5 4 5 6 7 8 9 10
8.1

Sample Output Copy

Not Found!

Source/Category

admin