k = 'cqlmdrstfxyzbanopuvweghijk' ans = '' for i in input(): ans += k[ord(i)-97] print(ans)