#include using namespace std; int main(){ string s;cin >> s; string ans=""; for(int i=1;i<=s.size();++i){ int n=i%26; if(s.at(i-1)-'A'