记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:8: warning: iteration 48 invokes undefined behavior [-Waggressive-loop-optimizations]
    a[i]=a[i-1]+a[i-2];
    ~~~~^~~~~~~~~~~~~~
/in/foo.cc:11:15: note: within this loop
  for(int i=3;i<=51;i++)
              ~^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 4ms 356.0 KiB
#3 Accepted 3ms 340.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Accepted 3ms 384.0 KiB
#6 Accepted 3ms 380.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Accepted 3ms 376.0 KiB
#9 Wrong Answer 3ms 352.0 KiB
#10 Wrong Answer 3ms 384.0 KiB

信息

递交者
类型
递交
题目
多米诺骨牌
题目数据
下载
语言
C++
递交时间
2018-01-18 19:56:25
评测时间
2018-01-18 19:56:25
评测机
分数
80
总耗时
33ms
峰值内存
384.0 KiB