QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#65918 | #4585. Greedy Knapsack | ZhangYiDe | WA | 3ms | 3244kb | C++ | 457b | 2022-12-04 12:54:13 | 2022-12-04 12:54:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 3244kb
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: 3ms
memory: 3204kb
input:
5 10000000000 10 1 2 3 4 30 2 15 7 11
output:
result:
wrong answer 1st lines differ - expected: '65', found: ''