Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
We just need to replace every even positioned character with the character s[i] positions ahead of the character preceding it
Get the position of the preceeding character in alphabet then advance it s[i] positions and get the character at that position