The kid who learned to count
Kid controller operates a boat-ferry. His task is to make sure that the ferry did not sink from excess capacity. Today only two tickets left to the ship, besides the boat can withstand only kilo additionally. The forest has only one long road along which the animals live. Help the kid to find out whether he can find two passengers in a particular area of the forest.
Input
The first line contains two numbers and — the number of animals in the forest and the remaining capacity of the ferry, respectively. The second line contains numbers — the mass of each of the animals. Then given the number of queries . Each of the next lines contains three integers — the query type, and (if query type is , then , otherwise .
Output
For each query of type print the line "Yes", if the Kid can find two passengers on a segment and "No" otherwise. Each query of type means that the animal with number change his weight and now weighs kilogram.