t = '507986868910658992867811' for i in range(0,len(t),2): print(chr(int(t[i] + t[i+1])+22),end='')