Mystery 7

3

2 votes
Problem

Solve The Mystery

Input:
First line contains T - number of test cases.
Following T lines each contains a string of characters in the range [a-z] only

Output:
Print a numeric string for each test case.

Constraints:
1 ≤ T ≤ 100
1 ≤ Length of String ≤ 100

Sample Input
10
key
to
control
nine
tails
is
in
your
hand
phone
Sample Output
539
86
2668765
6463
82457
47
46
9687
4263
74663
Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?