记录详情

Accepted

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB

信息

递交者
类型
自测
题目
A11-5 小数的循环节
语言
C++
递交时间
2023-11-11 20:05:28
评测时间
2023-11-11 20:05:28
评测机
分数
10
总耗时
4ms
峰值内存
412.0 KiB