首页
编程
java
php
前端
首页
编程
java
php
前端
C语言,输出时提示找不到标识符
输出时提示找不到标识符f,
f没有声明;
在main()函数上面加上声明:
double f(double x);
在main前面定义一下
double f(double x);
点击展开全文