Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:65:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
/in/foo.cc:69:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",ans);
  ~~~~~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1983 运输计划
 - 语言
 - C++
 - 递交时间
 - 2017-10-12 07:54:31
 - 评测时间
 - 2017-10-12 07:54:31
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 1798ms
 - 峰值内存
 - 47.367 MiB