Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(f[v-ans[i]]+sum[i]>f[v])
     ^~
/in/foo.cc:29:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      cout<<f[r]<<endl;
      ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Basic Knapsack II
 - 比赛
 - 2019.1.31测验
 - 语言
 - C++
 - 递交时间
 - 2019-01-31 16:55:49
 - 评测时间
 - 2019-01-31 16:55:52
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 39ms
 - 峰值内存
 - 576.0 KiB