记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:6: error: 'b' was not declared in this scope
   if(b==a[k])
      ^
/in/foo.cc:18:6: error: 'b' was not declared in this scope
   if(b>a[(k+l)/2])
      ^

信息

递交者
类型
递交
题目
二分查找(binary)
题目数据
下载
语言
C++
递交时间
2019-07-03 11:41:21
评测时间
2020-07-10 15:27:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes