s='' n=input() while n:s=chr(n&255)+s;n>>=8 print s