Wrong Answer
foo.cc: In function 'int main()':
foo.cc:34:28: warning: array subscript 252001 is above array bounds of 'int [252001]' [-Warray-bounds]
   34 |     cout << a[100 * len + 1];
      |                            ^
foo.cc:10:5: note: while referencing 'a'
   10 | int a[100 * len + 1];
      |     ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1010 过河
 - 语言
 - C++
 - 递交时间
 - 2023-09-15 23:53:12
 - 评测时间
 - 2023-09-15 23:53:12
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 93ms
 - 峰值内存
 - 1.527 MiB