fork download
  1. print(''.join([chr(int(i)) for i in input().split()]))
  2.  
  3.  
Success #stdin #stdout 0.01s 28376KB
stdin
12 34 56 78 89
stdout
"8NY