Accepted
foo.cc: In function 'int main()': foo.cc:68:7: warning: unused variable 'k' [-Wunused-variable] 68 | int k = A.BinSearch(0, n - 1, x); | ^ foo.cc: In member function 'int IntArray::BinSearch(int, int, int)': foo.cc:41:2: warning: control reaches end of non-void function [-Wreturn-type] 41 | } | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- DS7-1 折半查找的查找次数
- 比赛
- 中北 数据结构日常作业
- 语言
- C++
- 递交时间
- 2022-01-03 23:08:50
- 评测时间
- 2022-01-03 23:08:50
- 评测机
- 分数
- 100
- 总耗时
- 12ms
- 峰值内存
- 512.0 KiB