#6472. D.年号字串
D.年号字串
Background
2019年蓝桥杯省赛 C++ B组
Description
小明用字母A 对应数字1,B 对应2,以此类推,用Z 对应26。对于27以上的数字 小明用两位或更长位的字符串来对应,例如AA 对应27,AB 对应28,AZ 对应52,LQ 对应329。 请问2019 对应的字符串是什么?
Format
Input
无
Output
直接输出答案
Samples
无
无
Limitation
1s, 1024KiB for each test case.