记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0.0(428571), expect 0.(142857). 5ms 412.0 KiB
#2 Accepted 4ms 284.0 KiB
#3 Wrong Answer Read 0.0(230769), expect 0.(923076). 5ms 412.0 KiB
#4 Accepted 5ms 364.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
A11-5 小数的循环节
比赛
2023 程序设计与竞赛(作业7:最初的综合)
语言
C++
递交时间
2023-11-11 20:05:31
评测时间
2023-11-11 20:05:31
评测机
分数
60
总耗时
23ms
峰值内存
412.0 KiB