标题:那个什么,以下程序错在哪?
取消只看楼主
hackyoung
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-10-12
结帖率:0
已结贴  问题点数:20 回复次数:0 
那个什么,以下程序错在哪?
#include<math.h>
#include<stdio.h>
{
 main()
 int a,b,c;
 printf("input two numbers:\n");
 scanf("%d,%d",&b,&c);
 a=max(b,c);
 printf("max=%d\n",a);
}
自己看没什么错误,就是不能通过编译。
搜索更多相关主题的帖子: include numbers input 
2011-10-12 16:10



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-352211-1-1.html




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

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