运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
502256 | Zhenye | 1213 - 二分查找(基本实现) | 编译错误 | 0 | 0 MS | 0 KB | C++ | 555 | 1年前 |
Main.cc: In function ‘void check(int*, int, int)’:
Main.cc:13:25: error: ‘mid-1’ was not declared in this scope
13 | if (a <= arr[mid])r = mid-1;
| ^~~~~~