/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:15:10: error: 'sort' is not a member of 'std'; did you mean 'qsort'?
   15 |     std::sort(ori.begin(), ori.end());
      |          ^~~~
      |          qsort
foo.cc:39:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   39 |         for(int k=0;k<nnum.size();k++) {
      |                     ~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1629 八
语言
C++
递交时间
2023-07-08 00:44:56
评测时间
2023-07-08 00:44:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes