Given an array of $n$ integers, your task is to process $q$ queries of the following types:
update the value at positionktouwhat is the minimum value in range[a,b]?
The first input line has two integers $n$ and $q$ : the number of values and queries.
The second line has $n$ integers $x_1,x_2,\dots,x_n$ : the array values.
Finally, there are $q$ lines describing the queries. Each line has three integers: either " $1$ $k$ $u$ " or " $2$ $a$ $b$ ".
Print the result of each query of type 2.
8 4 3 2 4 5 1 1 5 3 2 1 4 2 5 6 1 2 3 2 1 4
· \n · · · · · · · \n · · \n · · \n · · \n · · \n
2 1 3
\n \n \n