using static System.Math;
using static System.Console;
public class Program {
public static void Main() {
WriteLine(Pow(27, 1.0/3.0));
}