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