3207: 年号字串(蓝桥杯2019年)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
小明用字母 A 对应数字 1 ,字母 B 对应数字 2 ,以此类推,用字母 Z 对应数字 26 。对于 27 以上的数字,小明用两位或更长位的字符串对应,例如 AA 对应 27,AB 对应 28 ,AZ 对应 52,LQ 对应329 。
Input
输入某一年数字
Output
输出年号字符串
Sample Input Copy
2019
Sample Output Copy
BYQ