奥礼网
新记
c++改错题!!!#include <iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c?
求各位大神!这道题怎么写?很急!!!救救救!!!
举报该文章
其他看法
第1个回答 2020-06-12
错误一函数f()没有声明
在程序的前部加个声明
int f(int x,int y,int z);//逗号不要忘了
错误二函数f没有返回值,根据c=f(a,b,c);可以推测出自定函数f()有返回值;
在自定义函数if(z<m)m=z;下面加一句
return z;
本回答被网友采纳
第2个回答 2020-06-12
三个量中求最小值,但是它没有写return语句。所以,这个函数的返回值将是不确定的。
本回答被网友采纳
第3个回答 2021-01-09
递归量错误啊
相似回答
大家正在搜
相关问题
#include <iostream> using name...
我的c++程序哪有问题?#include <iostream...
#include <iostream> using name...
#include <iostream> using name...
#include(iostream) using names...
#include<iostream> using names...
#include<iostream> using names...
#include<cstdlib> #include<ios...