C语言枚举问题

#include<stdio.h>intmain(){enumColor{red,black,yellow,blue,white}i,j,k,pa;intn=0,loop... #include<stdio.h>
int main()
{
enum Color{red,black,yellow,blue,white}i,j,k,pa;
int n=0,loop;
for(i=red;i<=white;i++)
for(j=red;j<=white;j++)
if(i!=j)
{
for(k=red;k<=white;k++)
if(k!=i&&k!=j)
{
n+=1;
printf("%-3d",n);
for(loop=1;loop<=3;loop++)
{
switch(loop)
{
case 1:pa=i;break;
case 2:pa=j;break;
case 3:pa=k;break;
}
switch(pa)
{
case red:printf("%-10s","red");break;
case black:printf("%-10s","black");break;
case yellow:printf("%-1s","yellow");break;
case blue:printf("%-10s","blue");break;
case white:printf("%-10s","white");break;
}
}
printf("\n");
}
}
printf("N:%d\n",n);
return 0;
}

e:\练习\book_325.cpp(6) : error C2676: binary '++' : 'enum main::Color' does not define this operator or a conversion to a type acceptable to the predefined operator
e:\练习\book_325.cpp(7) : error C2676: binary '++' : 'enum main::Color' does not define this operator or a conversion to a type acceptable to the predefined operator
e:\练习\book_325.cpp(10) : error C2676: binary '++' : 'enum main::Color' does not define this operator or a conversion to a type acceptable to the predefined operator
执行 cl.exe 时出错.

什么原因啊?没分了,看在C语言的份上帮忙回答下吧,谢啦。
展开
 我来答
发以管弦短长3670
2012-06-17 · TA获得超过5.6万个赞
知道大有可为答主
回答量:3.8万
采纳率:0%
帮助的人:4889万
展开全部
这抄的吧,有问题自己不会分析啊,书上的例子也有错
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式