| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 942 人关注过本帖
标题:帮我看看程序哪错了。。。。
取消只看楼主 加入收藏
QQ714780440
Rank: 1
等 级:新手上路
帖 子:15
专家分:1
注 册:2011-4-27
结帖率:100%
收藏
 问题点数:0 回复次数:1 
帮我看看程序哪错了。。。。
#include <stdio.h>
void main()
{
    int max(int 5,int 8);
    int a,b,c;
    scanf("%d,%d",&a,&b);
    c=max(a,b);
    printf("max=%d\n",c);
}
int max(int 5,int 8)
{
    int z;
    if (5>8) z=x
    else z=y
    return(z)
}
在VC6.0里运行不了
--------------------Configuration: 5 - Win32 Debug--------------------
Compiling...
5.c
C:\Documents and Settings\Administrator\5.c(4) : error C2143: syntax error : missing ')' before 'constant'
C:\Documents and Settings\Administrator\5.c(4) : error C2143: syntax error : missing ';' before 'constant'
C:\Documents and Settings\Administrator\5.c(4) : error C2059: syntax error : 'type'
C:\Documents and Settings\Administrator\5.c(4) : error C2059: syntax error : ')'
C:\Documents and Settings\Administrator\5.c(5) : error C2143: syntax error : missing ';' before 'type'
C:\Documents and Settings\Administrator\5.c(6) : error C2065: 'a' : undeclared identifier
C:\Documents and Settings\Administrator\5.c(6) : error C2065: 'b' : undeclared identifier
C:\Documents and Settings\Administrator\5.c(7) : error C2065: 'c' : undeclared identifier
C:\Documents and Settings\Administrator\5.c(7) : warning C4020: 'max' : too many actual parameters
C:\Documents and Settings\Administrator\5.c(10) : error C2143: syntax error : missing ')' before 'constant'
C:\Documents and Settings\Administrator\5.c(10) : error C2143: syntax error : missing '{' before 'constant'
C:\Documents and Settings\Administrator\5.c(10) : error C2059: syntax error : '<Unknown>'
C:\Documents and Settings\Administrator\5.c(10) : error C2059: syntax error : ')'
Error executing cl.exe.

5.exe - 12 error(s), 1 warning(s)
搜索更多相关主题的帖子: return 
2011-04-27 20:11
QQ714780440
Rank: 1
等 级:新手上路
帖 子:15
专家分:1
注 册:2011-4-27
收藏
得分:0 
回复 2楼 boxinchao
我剛開始學C程,麻煩你說詳細點....
2011-04-27 21:42
快速回复:帮我看看程序哪错了。。。。
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.022257 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved