/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:20: error: 'fa' was not declared in this scope
   if(st[i].avg>80&&fa>0)
                    ^~
/in/foo.cc:30:25: error: 'xi' was not declared in this scope
   else if(st[i].avg>85&&xi)
                         ^~
/in/foo.cc:43:41: error: request for member 'sum' in 'maxXia', which is of non-class type 'int'
  cout<<st[maxXia].name<<endl<<st[maxXia.sum]<<endl<<zong;
                                         ^~~

信息

递交者
类型
自测
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2024-11-07 11:25:00
评测时间
2024-11-07 11:25:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes