Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:10: error: 'sort' is not a member of 'std'; did you mean 'qsort'?
24 | std::sort(lst.begin(), lst.end());
| ^~~~
| qsort
信息
- 递交者
- 类型
- 递交
- 题目
- P1225 拯救世界-紧急召集
- 语言
- C++
- 递交时间
- 2026-08-11 18:49:53
- 评测时间
- 2026-08-11 18:49:53
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes