记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:15: warning: array subscript is above array bounds [-Warray-bounds]
   if(n/x[10005]>=0) a=(1+n/x[10005])*y[10005];
        ~~~~~~~^
/in/foo.cc:11:45: warning: array subscript is above array bounds [-Warray-bounds]
   if(n/x[10005]>=0) a=(1+n/x[10005])*y[10005];
                                      ~~~~~~~^
/in/foo.cc:12:33: warning: array subscript is above array bounds [-Warray-bounds]
   else a=(1+n/x[10005])*(y[10005]+1);
                          ~~~~~~~^
/in/foo.cc:13:16: warning: array subscript is above array bounds [-Warray-bounds]
   if(n/x2[10005]>=0) b=(1+n/x2[10005])*y2[10005];
        ~~~~~~~~^
/in/foo.cc:13:48: warning: array subscript is above array bounds [-Warray-bounds]
   if(n/x2[10005]>=0) b=(1+n/x2[10005])*y2[10005];
                                        ~~~~~~~~^
/in/foo.cc:14:35: warning: array subscript is above array bounds [-Warray-bounds]
   else b=(1+n/x2[10005])*(y2[10005]+1);
                           ~~~~~~~~^
/in/foo.cc:15:16: warning: array subscript is above array bounds [-Warray-bounds]
   if(n/x3[10005]>=0) c=(1+n/x3[10005])*y3[10005];
        ~~~~~~~~^
/in/foo.cc:15:48: warning: array subscript is above array bounds [-Warray-bounds]
   if(n/x3[10005]>=0) c=(1+n/x3[10005])*y3[10005];
                                        ~~~~~~~~^
/in/foo.cc:16:35: warning: array subscript is above array bounds [-Warray-bounds]
   else c=(1+n/x3[10005])*(y3[10005]+1);
                           ~~~~~~~~^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 376.0 KiB
#2 Wrong Answer 3ms 372.0 KiB
#3 Wrong Answer 3ms 384.0 KiB
#4 Wrong Answer 3ms 384.0 KiB
#5 Accepted 3ms 372.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Accepted 4ms 372.0 KiB
#9 Wrong Answer 15ms 372.0 KiB
#10 Wrong Answer 4ms 360.0 KiB
#11 Wrong Answer 2ms 256.0 KiB
#12 Wrong Answer 3ms 384.0 KiB
#13 Accepted 2ms 344.0 KiB
#14 Accepted 2ms 384.0 KiB
#15 Accepted 2ms 372.0 KiB
#16 Accepted 2ms 368.0 KiB
#17 Wrong Answer 2ms 360.0 KiB
#18 Wrong Answer 2ms 380.0 KiB
#19 Accepted 8ms 356.0 KiB
#20 Accepted 2ms 364.0 KiB

信息

递交者
类型
递交
题目
买铅笔
语言
C++
递交时间
2018-08-22 22:45:39
评测时间
2018-08-22 22:45:39
评测机
分数
50
总耗时
79ms
峰值内存
384.0 KiB