/ JoyAc /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:20:33: error: invalid type argument of '->' (have 'student {aka struct stu}')
   scanf("%s %d %d %c %c %d",&stu->name,&stu.avg,&stu.vi,&stu.ganbu,&stu.xibu,&stu.lunwen);
                                 ^~
/in/foo.c:42:26: error: invalid type argument of '->' (have 'student {aka struct stu}')
  printf("%s\n%d\n%d",flag->name,flag.all,sum);
                          ^~

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C
递交时间
2021-12-04 22:32:28
评测时间
2021-12-04 22:32:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes