Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:30:16: error: 'sort' was not declared in this scope
   sort(a, a + 9);
                ^
/in/foo.cc:31:28: error: 'unique' was not declared in this scope
   int cnt = unique(a, a + 9) - a;
                            ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1772 巧妙填数
 - 语言
 - C++
 - 递交时间
 - 2020-04-15 21:50:57
 - 评测时间
 - 2020-04-15 21:50:57
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes