/ new_bzoj /

记录详情

Compile Error

foo.cc: In function 'int low_b(int, int, int)':
foo.cc:21:26: error: 'low_bound' was not declared in this scope
   21 |  if(d[mid]>=val)  return low_bound(l,mid,val);
      |                          ^~~~~~~~~
foo.cc:22:26: error: 'low_bound' was not declared in this scope
   22 |  if(d[mid]<val)   return low_bound(mid+1,r,val);
      |                          ^~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:56:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   56 |  freopen("a.in","r",stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
base 基站选址
语言
C++
递交时间
2022-01-05 18:04:27
评测时间
2022-01-05 18:04:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes