fork download
  1. using static System.Math;
  2. using static System.Console;
  3.  
  4. public class Program {
  5. public static void Main() => WriteLine(Pow(27, 1.0/3.0));
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/154861/101
Success #stdin #stdout 0.02s 16544KB
stdin
Standard input is empty
stdout
3