using System;class M{static void Main(){Console.Write(Convert.ToString(long.Parse(Console.ReadLine()),2));}}