记录详情

Compile Error

/in/foo.cc:6:1: error: expected ';' after struct definition
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:10: error: 'K' was not declared in this scope
  cin>>n>>K;
          ^
/in/foo.cc:20:14: error: expected primary-expression before '.' token
  sort(student.begin(),students.end(),compare);
              ^

信息

递交者
类型
递交
题目
2-1 比赛榜单
比赛
2024程序设计与竞赛作业赛第五场(Idealism)
语言
C++
递交时间
2024-11-02 19:19:43
评测时间
2024-11-02 19:19:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes