C++问题error C2678: 二进制">>": 没有找到接受"std::istream"类型的左操作数的运算
#include<iostream>#include<string>usingnamespacestd;intmain(){intx,y;cin>>"x=">>x;if(...
#include <iostream>
#include<string>
using namespace std;
int main()
{
int x,y;
cin>>"x=">>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;
system("pause");
return 0;
}
会出现题目当中的那个问题,求解 展开
#include<string>
using namespace std;
int main()
{
int x,y;
cin>>"x=">>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;
system("pause");
return 0;
}
会出现题目当中的那个问题,求解 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询