QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#65643#4585. Greedy KnapsackZhaoZiLongWA 1ms3476kbC++1.2kb2022-12-02 18:20:322022-12-02 18:20:34

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3476kb

input:

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

output:

6

result:

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