I have the following code:
ulong num = ulong.Parse(Console.ReadLine()); ulong num1 = Math.Pow(num, 2);
This gives me the following error: