标题:这怎么回事啊,不会改,大佬帮帮忙
取消只看楼主
lbjmvp
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2020-5-1
结帖率:0
 问题点数:0 回复次数:1 
这怎么回事啊,不会改,大佬帮帮忙
#include<stdio.h>
#include<string.h>
main()
typedef struct person
{char name;
int p;}stu[3];   错误就在这行:(5) : error C2143: syntax error : missing ';' before '<class-head>  (5) : fatal error C1004: unexpected end of file found
{char a[10];
stu person[3]={{"白",0},{"李",0},{"木",0}};
int i,j;
for(i=0;i<10;i++)
{scanf("%3s",&a[i]);}
for(j=0;j<3;j++)
{if(stu person[j].name==a[i])
{stu person[j].p++;}}
for(j=0;j<3;j++)
printf("%s:%d\n",stu person[j].p);
return 0;}
搜索更多相关主题的帖子: include person for stu name 
2020-05-04 02:36
lbjmvp
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2020-5-1
得分:0 
改了还是错误,第五行
2020-05-04 19:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-501413-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.230297 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved