/ Vijos /

记录详情

Compile Error

/in/foo.cc:4:16: error: expected unqualified-id before ')' token
 struct student(){
                ^
/in/foo.cc: In function 'bool cmp(student, student)':
/in/foo.cc:9:18: error: 'a' has incomplete type
 bool cmp(student a,student b){
                  ^
/in/foo.cc:4:8: note: forward declaration of 'struct student'
 struct student(){
        ^~~~~~~
/in/foo.cc:9:28: error: 'b' has incomplete type
 bool cmp(student a,student b){
                            ^
/in/foo.cc:4:8: note: forward declaration of 'struct student'
 struct student(){
        ^~~~~~~
/in/foo.cc:10:17: error: expected primary-expression before 'a'
  return student a.money<student b.money;
                 ^
/in/foo.cc:10:17: error: expected ';' before 'a'
/in/foo.cc:10:33: error: expected primary-expression before 'b'
  return student a.money<student b.money;
                                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:14: error: elements of array 'student s [sn]' have incomplete type
  student s[sn];
              ^
/in/foo.cc:15:14: error: storage size of 's' isn't known

信息

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