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