QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#535400 | #4585. Greedy Knapsack | DennisTran# | WA | 0ms | 4024kb | C++14 | 1.6kb | 2024-08-28 00:51:05 | 2024-08-28 00:51:05 |
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: 100
Accepted
time: 0ms
memory: 4024kb
input:
5 10 10 1 2 3 4 1 1 1 1 1
output:
3
result:
ok single line: '3'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3944kb
input:
5 10000000000 10 1 2 3 4 30 2 15 7 11
output:
0
result:
wrong answer 1st lines differ - expected: '65', found: '0'