/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:36: warning: iteration 5005 invokes undefined behavior [-Waggressive-loop-optimizations]
  for (int i=0;i<=MAXN;i++) dp[i][0]=0;
                            ~~~~~~~~^~
/in/foo.cc:17:16: note: within this loop
  for (int i=0;i<=MAXN;i++) dp[i][0]=0;
               ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 67ms 96.691 MiB
#2 Accepted 56ms 95.812 MiB
#3 Accepted 60ms 95.809 MiB
#4 Accepted 90ms 95.828 MiB
#5 Accepted 59ms 95.801 MiB
#6 Accepted 144ms 95.812 MiB
#7 Accepted 168ms 95.82 MiB

信息

递交者
类型
递交
题目
P1412 多人背包
语言
C++
递交时间
2018-11-18 13:30:41
评测时间
2018-11-18 13:30:41
评测机
分数
100
总耗时
647ms
峰值内存
96.691 MiB