c语言问题

[复制链接]
查看11 | 回复3 | 2008-10-19 12:00:50 | 显示全部楼层 |阅读模式
main()
{int x,y;
scanf("%f%f",&x,&y);
if(x>0 && y>0)
printf(" the first");
else if (x0)
printf ("the second");
else if(x0) printf ("the second"); else if(xscanf("%f%f",&x,&y)改成scanf("%d%d",&x,&y);...
回复

使用道具 举报

千问 | 2008-10-19 12:00:50 | 显示全部楼层
int能用%f吗?应该是%d 还有不是forth(向前)是fourth...
回复

使用道具 举报

千问 | 2008-10-19 12:00:50 | 显示全部楼层
把scanf("%f%f",&x,&y)改成scanf("%d%d",&x,&y);...
回复

使用道具 举报

千问 | 2008-10-19 12:00:50 | 显示全部楼层
C中可以不写#include,但建议楼主写。还有%f改为%d...
回复

使用道具 举报

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

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行