/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:26: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
  scanf("%d%d",&t[i],&c[i]);
                          ^
/in/foo.cc:11:26: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 29ms 68.926 MiB
#2 Accepted 30ms 68.953 MiB
#3 Accepted 30ms 69.637 MiB
#4 Accepted 32ms 69.602 MiB
#5 Accepted 22ms 68.562 MiB
#6 Accepted 13ms 30.203 MiB
#7 Accepted 23ms 54.492 MiB
#8 Wrong Answer 32ms 68.875 MiB
#9 Wrong Answer 15ms 54.328 MiB
#10 Wrong Answer 20ms 68.324 MiB

信息

递交者
类型
递交
题目
Basic Knapsack
比赛
2019.1.30测验
语言
C++
递交时间
2019-01-30 17:29:19
评测时间
2019-01-30 17:29:19
评测机
分数
70
总耗时
251ms
峰值内存
69.637 MiB