QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#65663#4585. Greedy KnapsackMaMengQiWA 2ms3468kbC++981.3kb2022-12-02 19:54:422022-12-02 19:54:46

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3468kb

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'