#include using namespace std; int main(){ vector a(26); for(int i=0; i<26; i++) cin>>a[i]; string b; cin>>b; int mx=0; for(int i=0; i