s=input() o='' while s:o=chr(s%256)+o;s>>=8 print o