// iostream is too mainstream
#include <cstdio>
// bitch please
#include <iostream>
#include <algorithm>
#include <cstdlib>
#include <vector>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <list>
#include <cmath>
#include <iomanip>
#define dibs reserve
#define OVER9000 1234567890
#define ALL_THE(CAKE,LIE) for(auto LIE =CAKE.begin(); LIE != CAKE.end(); LIE++)
#define tisic 47
#define soclose 1e-8
#define chocolate win
// so much chocolate
#define patkan 9
#define ff first
#define ss second
#define abs(x) ((x < 0)?-(x):x)
#define uint unsigned int
#define dbl long double
using namespace std;
// mylittledoge

int main() {
	cin.sync_with_stdio(0);
	cin.tie(0);
	string s[] ={"","abc","def","ghi","jkl","mno","pqrs","tuv","wxyz"};
	int P[9];
	for(int i =0; i < 9; i++) {cin >> P[i]; P[i]--;}
	string t;
	cin >> t;
	string ans;
	for(int i =0; i < t.length(); i++) for(int j =0; j < 9; j++) 
		for(int k =0; k < s[P[j]].length(); k++) if(s[P[j]][k] == t[i]) {
			if(ans.length() > 0 && ans[ans.length()-1] == j+'1') ans +='#';
			for(int a =0; a <= k; a++) ans +=('1'+j);}
	
	cout << ans << "\n";
	return 0;}

// look at my code
// my code is amazing