PROGRAMMING:Secret words of zjw series
Zjw, who lives in Toby's bedroom, and his roommates, always have some strange things happen every day. One day, yzb sent "9 666 0330 555 33" in the group. When we saw the news, we thought yzb had a big brain. Zjw, who used to use 26 key English, later learned that it meant "Wo e le" (I'm hungry). Here is zjw's 9-key page of mobile phone, so zjw studied it
If you want to enter the letter 'a', we only need to press the number key 2 once, and the key sequence is 2; If we want to input the letter 'B', we need to press the number key 2 twice in succession, and the key sequence is 22; Similarly, the letter 'C' needs to be pressed 3 times, and the key sequence is 222. In this way, we can input 26 English letters with more than 10 keys‘ 0 'represents a space.
The stupid zjw can't understand the secret language of Shi Youfa very quickly. Now ask the smart acmer to help zjw translate the content.
###Input format:
In the first line, enter a t (0 < T < 10) to represent the next several groups of test data;
Next, enter one line of cipher for each line of T line, and the length is guaranteed to be within 100;
###Output format:
The content of the cipher after decryption
###Input example:
Here is a set of inputs. For example:
```in
two
9 666 0 33 0 555 33
444 0 555 666 888 33 0 999 666 88
```
###Output example:
The corresponding output is given here. For example:
```out
WO E LE
I LOVE YOU
```
answer:If there is no answer, please comment
If you want to enter the letter 'a', we only need to press the number key 2 once, and the key sequence is 2; If we want to input the letter 'B', we need to press the number key 2 twice in succession, and the key sequence is 22; Similarly, the letter 'C' needs to be pressed 3 times, and the key sequence is 222. In this way, we can input 26 English letters with more than 10 keys‘ 0 'represents a space.
The stupid zjw can't understand the secret language of Shi Youfa very quickly. Now ask the smart acmer to help zjw translate the content.
###Input format:
In the first line, enter a t (0 < T < 10) to represent the next several groups of test data;
Next, enter one line of cipher for each line of T line, and the length is guaranteed to be within 100;
###Output format:
The content of the cipher after decryption
###Input example:
Here is a set of inputs. For example:
```in
two
9 666 0 33 0 555 33
444 0 555 666 888 33 0 999 666 88
```
###Output example:
The corresponding output is given here. For example:
```out
WO E LE
I LOVE YOU
```
answer:If there is no answer, please comment