#include #include using namespace std; using namespace atcoder; using ll=long long; using ld=long double; using vll=vector; using pll=pair; using mint=modint; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); string S; cin>>S; mint::set_mod(26); for(int i=0;i x - i - 1 = y mod 26 mint y=x-i-1; S[i]='A'+y.val(); } cout<