编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5730 | #1060. 海明码 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 1.4 K | s230004040 | 2024-08-17 14:48:01 |
using namespace std;
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:49:14: error: 'binary_search' was not declared in this scope
49 | if (!binary_search(positions.begin(), positions.end(), i)) {
| ^~~~~~~~~~~~~