定义了函数,但不知道怎么回事,说是缺少头文件

#include<stdio.h>#include<windows.h>#include<math.h>intccdo(intx1,intx2,intx3,intx4,i... #include <stdio.h> #include<windows.h> #include <math.h> int ccdo(int x1,int x2,int x3,int x4,int x5); int main() { int a,b,c,d,e,f; printf("请输入5个不相等的整数,格式如:1,2,3,4,5 \n"); scanf("%d,%d,%d,%d,%d",&a,&b,&c,&d,&e); f=ccdo(a,b,c,d,e); printf("最大数是:%d \n",f); system("pause"); } int ccdo(int x1,int x2,int x3,int x4,int x5); { int x6; if(x1>x2) { x6=x1; } else { x6=x2; } if (x3>x6) { x6=x3; } if (x4>x6) { x6=x4; } if (x5>x6) { x6=x5; } return x6; } 错误如下: C:\Documents and Settings\Administrator\桌面\My C\1\1.cpp(16) : error C2447: missing function header (old-style formal list?) 展开
 我来答
手机用户16445
2014-07-01 · TA获得超过238个赞
知道答主
回答量:120
采纳率:0%
帮助的人:144万
展开全部
你再什么编译器中编译的这个程序???

采纳哦
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式