using System;class X{static void Main(){for(;;)Console.WriteLine(Convert.ToInt32(Console.ReadLine().Replace(":",""),16));}}