C++ 遇到 function does not take 1 parameters问题

#include<iostream.h>#include<iomanip.h>#include<math.h>intfunc1();intfunc2();intmain(... #include<iostream.h>
#include<iomanip.h>
#include<math.h>
int func1();
int func2();
int main()
{
{
int a,b,l=0;
cout<<"please input two numbers:\n";
cin>>a>>b;
cout<<"primes from"<<a<<"to"<<b<<"is :\n";
func1(a);

}

int func1(int aa)
{
int m;
m=aa;
if (m==2)
return(2);
if( %2==0)
m++;
func2( m);

}

int func2(int n)
{
int sqrtm=sqrtm(n);
int i;
for(i=2;i<=sqrtm;i++)
if(m%i==0)
cout<<endl;
cout<<setw(5)<<m;
}
return 0;
} 啊

还有local function definitions are illegal 是什么意思啊
展开
 我来答
zhl_xina2000
推荐于2016-07-30 · TA获得超过267个赞
知道小有建树答主
回答量:656
采纳率:0%
帮助的人:469万
展开全部
能改的标了“//****”,只能你自己搞定的标了“//??”或是说明:
#include <iostream>
#include <iomanip>
#include<math.h>
int func1(int); //*********
int func2();
int main()
{
int a,b,l=0; //**************
cout<<"please input two numbers:\n";
cin>>a>>b;
cout<<"primes from"<<a<<"to"<<b<<"is :\n";
func1(a);
return 0;
}
int func1(int aa){
int m;
m=aa;
if (m==2)
return(2);
if( %2==0) //???????
m++;
func2( m);
}
int func2(int n){
int sqrtm=sqrtm(n); //从哪里拿到这个函数sqrtm
int i;
for(i=2;i<=sqrtm;i++)
if(m%i==0) //m从哪里拿到
cout<<endl;
cout<<setw(5)<<m;
}
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式