Runtime Error
/in/foo.cc: In function 'int deal(int, int, int, int)':
/in/foo.cc:10:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0;mi>=dou[i];++i){
          ~~^~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:42:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'int' [-Wformat=]
  printf("%llu\n",f[n][money]);
                             ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Basic Knapsack II
 - 语言
 - C++
 - 递交时间
 - 2019-02-09 19:02:36
 - 评测时间
 - 2019-02-09 19:06:44
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - 2253ms
 - 峰值内存
 - 230.832 MiB