QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#68294#4585. Greedy KnapsackHuangHanShengWA 21ms6476kbPython22.1kb2022-12-15 17:08:552022-12-15 17:08:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 21ms
memory: 6476kb

input:

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

output:


result:

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