Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:14: error: 'sort' was not declared in this scope
  sort(b,b + i);
              ^
/in/foo.cc:28:6: error: redeclaration of 'int k'
  int k = 0;
      ^
/in/foo.cc:14:6: note: 'int k' previously declared here
  int k = 1;
      ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1004 Jolly Jumpers
- 语言
- C++
- 递交时间
- 2022-03-08 15:39:55
- 评测时间
- 2022-03-08 15:39:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes