QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#65664#4585. Greedy KnapsackGuanYunchangWA 0ms3452kbC++111.0kb2022-12-02 19:55:102022-12-02 19:55:12

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3452kb

input:

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

output:

???????????80
?????????????????
[1]:(30,50)
[2]:(20,100)
[3]:(50,50)
[4]:(10,30)
?????????????????
[1]:(20,100)
[2]:(10,30)
[3]:(30,50)
[4]:(50,50)
????????????
[1]:1
[2]:1
[3]:1
[4]:0.4

result:

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