QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#872992#7739. KnapsackHuangHanShengWA 0ms3712kbC++201.3kb2025-01-26 06:57:032025-01-26 06:57:49

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3712kb

input:

4 10 1
9 10
10 1
3 5
5 20

output:

25

result:

wrong answer 1st numbers differ - expected: '35', found: '25'