运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
502136 | Zhenye | 1213 - 二分查找(基本实现) | 编译错误 | 0 | 0 MS | 0 KB | C++ | 448 | 1年前 |
Main.cc: In function ‘int main()’:
Main.cc:18:10: error: ‘class std::vector<int>’ has no member named ‘find’
18 | if(arr.find(arr.begin(), arr.end(),temp)!=arr.end())cout<<"YES"<<endl;
| ^~~~