You are given an array of elements and an integer . You must perform the following types of operations on the array:
For each query of type 1, print the index of the occurrence of .
Input format
Output format
Print integers as the answer to type 1 queries. If there are no indexes that satisfy the condition, then print .
Constraints
Values in the Array : 2 1 3 1 1 4 5
Index of Element : 1 2 3 4 5 6 7