运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
580474 | fortunatehanhan | 1216 - 二分查找(区间计数) | 编译错误 | 0 | 0 MS | 0 KB | C++ | 1851 | 5个月前 |
Main.cc: In function 'int main()':
Main.cc:38:40: error: 'compare' was not declared in this scope
38 | qsort(b, n, sizeof(long long int), compare);
| ^~~~~~~