QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#65922#4585. Greedy KnapsackHuangHanShengRE 0ms0kbC++1.1kb2022-12-04 13:11:342022-12-04 13:11:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Runtime Error

input:

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

output:

3

result: