Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:155:5: error: 'sort' was not declared in this scope; did you mean 'sqrt'?
155 | sort(rows.begin(), rows.end());
| ^~~~
| sqrt
/in/foo.cc:156:16: error: 'unique' was not declared in this scope
156 | rows.erase(unique(rows.begin(), rows.end()), rows.end());
| ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1872 酗酒者
- 语言
- C++
- 递交时间
- 2026-05-31 18:07:54
- 评测时间
- 2026-05-31 18:07:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes