QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#65302#4585. Greedy KnapsackGuanYunchangWA 1ms1584kbC++913b2022-11-29 14:24:142022-11-29 14:24:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

0

result:

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