using System; static class m { static void Main() { int n = int.Parse(Console.ReadLine()); Console.WriteLine((int)(n * 1.5)); } }