using System;class P{static void Main(){Console.WriteLine(1e5*(int)Math.Sqrt(long.Parse(Console.ReadLine())/3));}}