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