n=input();s='' while n:s=chr(n%256)+s;n/=256 print s