Compile Error
foo.cc: In constructor 'Intarray::Intarray(int*, int)': foo.cc:13:9: error: expected primary-expression before '<' token 13 | this-<n=n; | ^ foo.cc: In function 'int main()': foo.cc:54:9: error: 'K' was not declared in this scope 54 | cout<<K<<endl; | ^ foo.cc:53:7: warning: unused variable 'k' [-Wunused-variable] 53 | int k=A.BinSearch(x); | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- DS7-1 折半查找的查找次数
- 语言
- C++
- 递交时间
- 2021-12-21 20:48:22
- 评测时间
- 2021-12-21 20:48:22
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes