#include #include using namespace std; int main() { int wides[26]; for(int i =0 ; i<26;i++){ cin >> wides[i]; } string str ; getline(cin , str); cin >> str; int h = -1; for(int i =0 ; i