QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#872981#7739. KnapsackZhaoZiLongWA 15ms9344kbPython3886b2025-01-26 06:55:422025-01-26 06:56:20

詳細信息

Test #1:

score: 100
Accepted
time: 13ms
memory: 9344kb

input:

4 10 1
9 10
10 1
3 5
5 20

output:

35

result:

ok 1 number(s): "35"

Test #2:

score: 0
Accepted
time: 15ms
memory: 9344kb

input:

5 13 2
5 16
5 28
7 44
8 15
8 41

output:

129

result:

ok 1 number(s): "129"

Test #3:

score: -100
Wrong Answer
time: 12ms
memory: 9344kb

input:

10 50 1
44 182173741
38 163268500
36 114173760
30 521894533
25 89514235
12 516184197
42 971377551
35 28242326
31 480227821
31 388523197

output:

1577075983

result:

wrong answer 1st numbers differ - expected: '2009456281', found: '1577075983'