Compile Error
foo.cc: In function 'int main()':
foo.cc:27:9: error: 'sort' was not declared in this scope; did you mean 'short'?
   27 |         sort(q.begin(),q.end());
      |         ^~~~
      |         short
foo.cc:28:12: error: 'unique' was not declared in this scope
   28 |         if(unique(q.begin(),q.end())!=q.end()){
      |            ^~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1404 Problem 4C 变化的宝石魔法盒
- 比赛
- 悬赏令第四周
- 语言
- C++
- 递交时间
- 2023-05-17 10:34:12
- 评测时间
- 2023-05-17 17:47:49
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes