记录详情

Compile Error

/in/foo.cc: In function 'void test()':
/in/foo.cc:17:6: error: 'class std::vector<int>' has no member named 'sort'
  ans.sort();
      ^~~~
/in/foo.cc:18:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  for(int i=0;i=m;i++)
                ^
/in/foo.cc:16:6: warning: unused variable 'num' [-Wunused-variable]
  int num=ans.size();
      ^~~

信息

递交者
类型
自测
题目
P1459 4-5 The Man who became a God
语言
C++
递交时间
2023-07-08 14:04:24
评测时间
2023-07-08 14:04:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes