using static System.Math; using static System.Console; public class Program { public static void Main() => WriteLine(Pow(27, 1.0/3.0)); } //https://pt.stackoverflow.com/q/154861/101