Compile Error

/in/foo.cc: In lambda function:
/in/foo.cc:20:59: error: 'struct student' has no member named 'zs\U0000ff08\U0000ff09'
   20 |         sort(st+1,st+n+1,[](student x,student y){return x.zs()>y.zs();});
      |                                                           ^~~~~~
/in/foo.cc:20:68: error: 'struct student' has no member named 'zs\U0000ff08\U0000ff09'
   20 |         sort(st+1,st+n+1,[](student x,student y){return x.zs()>y.zs();});
      |                                                                    ^~~~~~

信息

递交者
类型
递交
题目
P3131 身高体重指数 GESP202606四级T2
语言
C++
递交时间
2026-07-19 10:03:52
评测时间
2026-07-19 10:03:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes