QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#65664 | #4585. Greedy Knapsack | GuanYunchang | WA | 0ms | 3452kb | C++11 | 1.0kb | 2022-12-02 19:55:10 | 2022-12-02 19:55:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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'