Type: Default 1000ms 256MiB

众神的秘密

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Background

小Y想玩Zelda的时候,感觉给游戏账号创建密码其实是件很麻烦的事,很可能容易忘记密码,所以小Y同学想了个创建密码办法,方便记忆密码。

Description

每个同学都有属于自己的幸运数字n,密码创建规则为Zelda的每个字母往右偏移n个位置,加上自己的用户名s 例如: s="yolo"; n=3; 输出为:Chogdyolo

Format

Input

第一行输入用户名s(包括大小写字母、数字和特殊字符) 第二行输入幸运数字n,(0<=n<=26)

Output

输出密码ss

Samples

Zheng2 4
DipheZheng2
Geelytiemay 20
TyfxuGeelytiemay