日期:2014-05-17 浏览次数:20464 次
int a = 3; int b = 4; Console.WriteLine(Math.Sqrt(Math.Pow(a, 2) + Math.Pow(b, 2)));//输出5