问题3406--Somali Pirates

3406: Somali Pirates

[命题人 : ]
时间限制 : 1.000 sec  内存限制 : 64 MB

题目描述

It is said that the famous Somali Pirates hate digits. So their QQ passwords never contain any digit. Given some lines of candidate passwords, you are asked to delete all the digits in the passwords and print other characters in their original order. So the Somali Pirates can use them as their QQ passwords^^

输入

There are multiple test cases. The first line of input is an integer T (T <= 10) indicating the number of test cases. Each case contains a line indicating a candidate password. The length of the password is between 1 and 20, inclusive. Besides, the password consists of only digits and English letters.

输出

For each candidate password, delete all the digits and print the remaining characters in a line.

样例输入 Copy

2
BeatLA123
1plus1equals1

样例输出 Copy

BeatLA
plusequals