Wrong Answer
foo.cc: In function 'int main()':
foo.cc:17:74: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
   17 |                         f[i][j] = max(f[i - 1][j - 1], f[i - 1][j]) + (j & 1 ^ a[i]);
      |                                                                        ~~^~~
  Found 20 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1522 [USACO04NOV]Apple Catching G / 接苹果
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2022-08-14 22:01:42
 - 评测时间
 - 2022-08-14 22:01:42
 - 评测机
 
- 分数
 - 70
 - 总耗时
 - 50ms
 - 峰值内存
 - 640.0 KiB