提示有Compilation Error: 1;;但是调试没问题。 另外交一个C++高手,希望可以帮忙我学习~!~ 多谢 10

#include<iostream>usingnamespacestd;intmain(){floatt;while(1){charbuf[1024];cout<<"pl... #include <iostream>
using namespace std;

int main()
{
float t;
while (1)
{
char buf[1024];
cout<<"please type in a time. When type in t=100,it'll end."<<endl;
cin>>t;

if(!cin.rdstate()) //输入有效性判断
{

enum time {morning=6, noon=12 , afternoon=13 , evening=18, night=21};

if(t>=morning && t<noon)
{

cout<< "good morning."<<endl;
}
if(t>=noon && t<afternoon)
{
cout<<"good noon."<<endl;
}
if(t>=afternoon && t<evening)
{
cout<<"good afternoon."<<endl;
}
if(t>=evening && t<night)
{
cout<<"good evening."<<endl;
}
if((t>=night && t<=24) || (t>=0 && t<morning))
{
cout<<"good night."<<endl;
}
if((t>24 && t!=100) || t<0)
{
cout<<"the input is invalid."<<endl;
}
else if(t==100)
break;
}
else
{
cin.clear(); //清空错误标记
cin>>buf;
cout<<"input error"<<endl;
}
}
return 0;
}
改为交友帖子吧。。。
求C++高手
展开
 我来答
天池血崩
2011-03-11 · TA获得超过3698个赞
知道小有建树答主
回答量:202
采纳率:0%
帮助的人:265万
展开全部
呃,程序没有问题,而且至少我编译未出错。本人非高手。。。
982439855
2011-03-11 · TA获得超过117个赞
知道答主
回答量:55
采纳率:0%
帮助的人:38.7万
展开全部
在每一个if里面加一个break试试~~~~~~
追问
为什么要加那么多break 啊?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
bb00325070
2011-03-26
知道答主
回答量:5
采纳率:0%
帮助的人:0
展开全部
程序没错。。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式