写了一段代码,编译器提示“strcmp”: 不能将参数 1 从“char”转换为“const char *”,解释一下怎么改

#include"stdafx.h"#include"stdio.h"#include"string.h"structid{charname[10];intvotes;}... #include "stdafx.h"
#include "stdio.h"
#include "string.h"

struct id
{
char name[10];
int votes;
}id1,id2,id3;
int _tmain(int argc, _TCHAR* argv[])
{

printf("请输入三个竞选者的名字。");
scanf("%s",&id1.name[10]);
scanf("%s",&id2.name[10]);
scanf("%s",&id3.name[10]);
printf("请输入竞选列表。");
char ch[10][10];
int n=0;
for(n=0;n<10;n++);
{
scanf("%s",&ch[10][n]);
}
for(n=0;n<10;n++)
{
if(strcmp(ch[10][n],id1.name[10])==0)
id1.votes++;
if(strcmp(ch[10][n],id2.name[10])==0)
id2.votes++;
if(strcmp(ch[10][n],id3.name[10])==0)
id3.votes++;
}
printf("三人得票数为:\n");
printf("%s:%d",id1.name[10],id1.votes);
printf("%s:%d",id2.name[10],id2.votes);
printf("%s:%d",id3.name[10],id3.votes);
return 0;
展开
 我来答
业秀竹q2
2014-01-29 · TA获得超过1091个赞
知道小有建树答主
回答量:648
采纳率:0%
帮助的人:549万
展开全部
strcmp(ch[10][n],id1.name[10])这种改成
strcmp(ch[n],id1.name)

printf("%s:%d"乎裂,id1.name[10],id1.votes);

改答颂成
printf("%s:%d"岁举闭,id1.name,id1.votes);
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
White_MouseYBZ
2014-01-29 · TA获得超过4万个赞
知道大有可为答主
回答量:2.1万
采纳率:82%
帮助的人:6584万
展开全部
把ch[10][n]改成ch[n]试试!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式