发布网友 发布时间:2024-05-14 17:54
共1个回答
热心网友 时间:2024-05-28 14:33
[Error] ld returned 1 exit status是函数申明放在main函数的外面,而且申明的是fac函数,但使用的时候却写成了f,所以造成结果的不正确。
1、若后台已经有黑框再运行,则结束黑框;
2、若无黑眶,可能是main函数出了问题,可查看是否把函数的定义写到了main函数中。
#include<stdio。h>
floatcount(inta,intb,intc,floatx);
intmain(void)
{
inta=0,b=0,c=0;
floatx=0,y=0;
scanf(“%d%d%d%f”,&a,&b,&c,&x);
printf(“%f”,count(a,b,c,x));