记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  if(s<=n) return printf("%d\n",s),0;for(long long i=1;i<=t;i++) for(long long j=n;j>=c[i];j--) f[j]=max(f[j],f[j-c[i]]+c[i]);
                                 ^
/in/foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(s<=n) return printf("%d\n",s),0;for(long long i=1;i<=t;i++) for(long long j=n;j>=c[i];j--) f[j]=max(f[j],f[j-c[i]]+c[i]);
  ^~
/in/foo.cc:6:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(s<=n) return printf("%d\n",s),0;for(long long i=1;i<=t;i++) for(long long j=n;j>=c[i];j--) f[j]=max(f[j],f[j-c[i]]+c[i]);
                                     ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 320.0 KiB
#2 Memory Exceeded ≥429ms ≥16.0 MiB
#3 Wrong Answer 1ms 196.0 KiB
#4 Wrong Answer 1ms 196.0 KiB
#5 Accepted 1ms 192.0 KiB
#6 Wrong Answer 1ms 192.0 KiB
#7 Wrong Answer 1ms 196.0 KiB
#8 Wrong Answer 1ms 192.0 KiB
#9 Wrong Answer 1ms 192.0 KiB
#10 Accepted 5ms 448.0 KiB

信息

递交者
类型
递交
题目
P1000 窃取培优1.0
语言
C++
递交时间
2020-02-10 15:44:56
评测时间
2020-02-10 15:44:56
评测机
分数
30
总耗时
≥447ms
峰值内存
≥16.0 MiB