R="" M=int(R.join(raw_input().split()[::-1]),16) while M>9:R+=chr(M&255);M>>=9 print R