/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:50:12: warning: iteration 99999 invokes undefined behavior [-Waggressive-loop-optimizations]
    dp[i][j]=max(dp[i-1][j],dp[i-1][j-a[i]]+b[i]);
    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:48:16: note: within this loop
   for(int j=1;j<=100000;j++)
               ~^~~~~~~~
/in/foo.cc:56:20: warning: array subscript is above array bounds [-Warray-bounds]
  cout<<dp[n][100000];
                    ^
# 状态 耗时 内存占用
#1 Runtime Error 4ms 376.0 KiB
#2 Runtime Error 4ms 384.0 KiB
#3 Runtime Error 3ms 348.0 KiB
#4 Runtime Error 3ms 380.0 KiB
#5 Runtime Error 3ms 344.0 KiB
#6 Runtime Error 3ms 364.0 KiB
#7 Runtime Error 3ms 372.0 KiB
#8 Runtime Error 3ms 360.0 KiB
#9 Runtime Error 4ms 348.0 KiB
#10 Runtime Error 3ms 368.0 KiB

信息

递交者
类型
递交
题目
P1836 HYS与七夕节大作战
语言
C++
递交时间
2017-10-26 15:13:56
评测时间
2017-10-26 15:13:56
评测机
分数
0
总耗时
39ms
峰值内存
384.0 KiB