/ TYWZ /

记录详情

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]);
                             ^
# 状态 耗时 内存占用
#1 Runtime Error 541ms 229.387 MiB
#2 Accepted 777ms 230.777 MiB
#3 Runtime Error 165ms 223.535 MiB
#4 Accepted 257ms 230.598 MiB
#5 Runtime Error 128ms 217.047 MiB
#6 Accepted 205ms 231.152 MiB
#7 Runtime Error 131ms 224.66 MiB
#8 Accepted 300ms 230.453 MiB
#9 Accepted 318ms 230.844 MiB
#10 Runtime Error 140ms 223.625 MiB

信息

递交者
类型
递交
题目
Basic Knapsack II
语言
C++
递交时间
2019-02-09 19:00:32
评测时间
2019-02-09 19:00:32
评测机
分数
50
总耗时
2966ms
峰值内存
231.152 MiB