using System; namespace a { class y { static void Main(string[] args) { Console.WriteLine(Math.Floor(int.Parse(Console.ReadLine()) * 1.5)); } } }