Accepted
foo.cc: In function 'LL findmax(std::vector<long long int>&, LL)':
foo.cc:34:33: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   34 |                 int mid = l + r + 1 >> 1;
      |                           ~~~~~~^~~
foo.cc: In function 'int main()':
foo.cc:56:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   56 |         for(int i=0; i<b.size(); i++)
      |                      ~^~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1454 3-17 不一样的背包问题
- 语言
- C++
- 递交时间
- 2023-07-06 10:05:36
- 评测时间
- 2023-07-06 10:05:36
- 评测机
- 分数
- 100
- 总耗时
- 44ms
- 峰值内存
- 412.0 KiB