程序运行后没有显示???错在哪里。谢谢。

[复制链接]
查看11 | 回复2 | 2012-9-20 06:38:50 | 显示全部楼层 |阅读模式
#includeint main(){int max(int x,int y);int a,b,c;printf("please intput data:\n");scanf("%d,%d",&a,&b);c=max(a,b);printf("max=%d\n",c);return 0;} int max(int x,int y){
int z;
if(x>y)z=x;
else z=y;
return z;}你这样看看!...
回复

使用道具 举报

千问 | 2012-9-20 06:38:50 | 显示全部楼层
调试没有?有错误的话有提示的。Visual C
6.0么?...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行