Wrong Answer
foo.cc: In function 'int main()': foo.cc:46:29: warning: array subscript 100 is above array bounds of 'int [100]' [-Warray-bounds] 46 | n = 0;xx = 0;ans[100] = { 0 }; | ~~~~~~~^ foo.cc:6:5: note: while referencing 'ans' 6 | int ans[100]; | ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A11-5 小数的循环节
- 比赛
- 2023 程序设计与竞赛(作业7:最初的综合)
- 语言
- C++
- 递交时间
- 2023-11-11 20:05:31
- 评测时间
- 2023-11-11 20:05:31
- 评测机
- 分数
- 60
- 总耗时
- 23ms
- 峰值内存
- 412.0 KiB