Suppose you are given a string of size consisting of lowercase letters only. You will be given queries. Each query can be of below two types:
For each query of type answer will be Yes, if we can rearrange the characters in the string so that the string becomes a palindrome. Otherwise, the answer is No.
Do note that query makes permanent changes to the string , i.e., for all queries after it, the string is modified.
For each query of type , you don't make changes to the string . Or in other words, the string remains the same after query of type .
It is recommended to use Fast I/O.
Input Format
Output Format
For each query of type , output the answer in a separate line.
Constraints
The given string is .