Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(s<=n) return printf("%lld\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:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(s<=n) return printf("%lld\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]);
                                       ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1000 窃取培优1.0
 - 语言
 - C++
 - 递交时间
 - 2020-02-10 15:51:01
 - 评测时间
 - 2020-02-10 15:51:01
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 43ms
 - 峰值内存
 - 612.0 KiB