Using ulong with Math.Pow

后端 未结 0 1298
旧时难觅i
旧时难觅i 2020-12-03 03:40

I have the following code:

ulong num = ulong.Parse(Console.ReadLine());
ulong num1 = Math.Pow(num, 2);

This gives me the following error:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题