请问error C2297: '<<' : illegal, right operand has type 'char [3]'

#include<iostream>usingnamespacestd;intmain(){inti,j,k,n=0;//用n记录个数for(i=1;i<=3;i++)f... #include<iostream>
using namespacestd;
int main()
{
int i, j, k,n=0;
// 用n记录个数
for (i=1; i<=3; i++)
for (j=1; j<=3; j++)
for (k=0; k<=3; k++)
{
if (i!=j && j!=k && i!=k)
//判断i, j, k三位各不相同
{
cout<<i<<j<<k<<" ";
n++;
if (n%3 == 0)
cout<<endl;
}
}
cout<<endl;
cout<<"n="<<n<<endl;
return 0;
}
C:\Users\HP\Desktop\C++作业\4.cpp(2) : error C2873: 'namespacestd' : symbol cannot be used in a using-declaration
C:\Users\HP\Desktop\C++作业\4.cpp(14) : error C2065: 'cout' : undeclared identifier
C:\Users\HP\Desktop\C++作业\4.cpp(14) : error C2297: '<<' : illegal, right operand has type 'char [3]'
C:\Users\HP\Desktop\C++作业\4.cpp(17) : error C2065: 'endl' : undeclared identifier
C:\Users\HP\Desktop\C++作业\4.cpp(17) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
C:\Users\HP\Desktop\C++作业\4.cpp(20) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
C:\Users\HP\Desktop\C++作业\4.cpp(21) : error C2297: '<<' : illegal, right operand has type 'char [3]'
执行 cl.exe 时出错.
请问哪里出错了??
展开
 我来答
kaixingui2012
2014-04-07 · TA获得超过4.2万个赞
知道大有可为答主
回答量:1.4万
采纳率:81%
帮助的人:6190万
展开全部
using namespace std; //注意其间有空格!
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
兔子和小强
2014-04-07 · TA获得超过6945个赞
知道大有可为答主
回答量:3332
采纳率:74%
帮助的人:1374万
展开全部
using namespace std;    //
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式