error C2676: binary '<<' : 'class std::basic_istream<char,struct std::char_traits<char> >' does not

#include<iostream>usingnamespacestd;intmain(){intx,y;cin<<x;if(x<1)y=x;elseif(x>=1&&x... #include <iostream>
using namespace std;
int main( )
{int x,y;
cin<<x;
if (x<1) y=x;
else if (x>=1&&x<10) y=2*x-1;
else y=3*x-11;
cout<<"y="<<y<<endl;
return 0;
}
编译出来错误为:error C2676: binary '<<' : 'class std::basic_istream<char,struct std::char_traits<char> >' does not define this operator or a conversion to a type acceptable to the predefined operator
执行 cl.exe 时出错.
展开
 我来答
易宪仁睬谔诓CD
推荐于2018-05-17 · 超过21用户采纳过TA的回答
知道答主
回答量:31
采纳率:0%
帮助的人:59.9万
展开全部
输入的时候cin后边的输入流符号写错了
应该是cin>>x 而不是cin<<x
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
_小_苏
2010-09-21 · TA获得超过343个赞
知道小有建树答主
回答量:330
采纳率:100%
帮助的人:212万
展开全部
cin<<x; error

cin>>x; right
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式