函数的定义如下:float areafloat afloat bfloat c float hs; h=05a+b+c; s=sqrthh-ah-bh-c;return s;1函数的调用部分代码写在下方假设实参为xyz:
float x, y, z; float result; // 输入x, y, z的值 result = area(x, y, z);
原文地址: https://www.cveoy.top/t/topic/jgK2 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
float x, y, z; float result; // 输入x, y, z的值 result = area(x, y, z);
原文地址: https://www.cveoy.top/t/topic/jgK2 著作权归作者所有。请勿转载和采集!