Compile Error
/in/foo.cc: In function 'void add(int, int)':
/in/foo.cc:20:5: error: 'te' was not declared in this scope
++ te;
^~
/in/foo.cc:20:5: note: suggested alternative: 't'
++ te;
^~
t
/in/foo.cc: In function 'int main()':
/in/foo.cc:41:2: error: 'sort' was not declared in this scope
sort(p + 1 , p + n + m + 2 , cmp1);
^~~~
/in/foo.cc:41:2: note: suggested alternative: 'qsort'
sort(p + 1 , p + n + m + 2 , cmp1);
^~~~
qsort
信息
- 递交者
- 类型
- 递交
- 题目
- P1452 逃脱
- 语言
- C++
- 递交时间
- 2017-10-11 21:10:27
- 评测时间
- 2017-10-11 21:10:27
- 评测机
- 分数
- 0
- 总耗时
- 344ms
- 峰值内存
- 29.805 MiB