请帮看哈什么地方错了~找了半天还是不行
/* Note:Your choice is C IDE */#include "stdio.h"
# include "string.h"
struct add
{
char a[20];
int n;
};
main()
{
char b[20];
int i;
struct add emp[2];
printf("please emp1");
scanf("%s%d",&emp[0].a,&emp[0].n);
printf("please emp2");
scanf("%s%d",&emp[1].a,&emp[1].n);
for(i=0;i<2;i++)
{
printf("%s,%d",emp[i].a,emp[i].n);
printf("\n");
}
printf("shuru niyaochaxund shu");
gets(b);
switch(b[20])
{
case emp[0].a:printf("%s,%d",emp[0].a,emp[0].n);
case emp[1].a:printf("%s,%d",emp[1].a,emp[1].n);
default:printf("hun dan mei de zh ren");
}
}这个是做的查询信息的~输入名字然后显示有关信息