using System; using System.Linq; class No311{ static void Main(){ var num=Int64.Parse(Console.ReadLine())/15; Console.WriteLine(num*16); } }