Exemplo n.º 1
0
    static void Main()
    {
        int num = Cubic.ReadNum();

        System.Console.WriteLine(CalcCubic(num));
    }