#include using namespace std; #define fs first #define sc second #define INF 1000000000 #define p 1000000007 #define pb push_back #define mp make_pair typedef long long Int; typedef pair pii; typedef vector vi; typedef vector vii; Int n,A[26]; int main() { string S; Int h=0; for(Int i=0;i<26;i++) cin>>A[i]; cin>>S; for(Int i=0;i