float height;//长
float width;//宽
float high;//高
height = float.Parse(Console.ReadLine());
width = float.Parse(Console.ReadLine());
high = float.Parse(Console.ReadLine());
float p = (height + width + high)/2;//周长
float max = p(p - height)(p - width)(p - high);//面积开根号 //CS0149
严重性 代码 说明 项目 文件 行
错误 CS0149 应输入方法名称 ConsoleApp5
没事了,忘记加乘号了