QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#65920#4585. Greedy KnapsackHuangHanShengWA 2ms3344kbC++468b2022-12-04 13:04:252022-12-04 13:04:26

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3344kb

input:

5 10
10 1 2 3 4
1 1 1 1 1

output:

3

result:

ok single line: '3'

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3272kb

input:

5 10000000000
10 1 2 3 4
30 2 15 7 11

output:


result:

wrong answer 1st lines differ - expected: '65', found: ''