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