/ 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 Accepted 328ms 230.332 MiB
#2 Runtime Error 195ms 224.461 MiB
#3 Runtime Error 189ms 230.082 MiB
#4 Accepted 278ms 230.832 MiB
#5 Runtime Error 126ms 220.242 MiB
#6 Accepted 207ms 230.527 MiB
#7 Runtime Error 128ms 229.352 MiB
#8 Accepted 320ms 230.02 MiB
#9 Runtime Error 171ms 229.973 MiB
#10 Accepted 307ms 230.586 MiB

信息

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