Wrong Answer
foo.cc: In function 'int main()': foo.cc:31:20: warning: array subscript 2 is above array bounds of 'int [2]' [-Warray-bounds] 31 | f[2] = i_2 % j; | ~~~^ foo.cc:7:5: note: while referencing 'f' 7 | int f[2] = { 0 };//保留每一阶段的余数 | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1162 波浪数
- 语言
- C++
- 递交时间
- 2022-04-21 19:48:10
- 评测时间
- 2022-04-21 19:48:10
- 评测机
- 分数
- 60
- 总耗时
- 1810ms
- 峰值内存
- 384.0 KiB