QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872565 | #8621. Knapsack | ucup-team6316# | WA | 1ms | 3712kb | C++26 | 5.5kb | 2025-01-26 02:26:44 | 2025-01-26 02:26:52 |
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: 1ms
memory: 3712kb
input:
6 4 3 8 1 5 4
output:
.C.AAA
result:
wrong answer Sum of elements in set A (10) is not equal to sum in the set B (0)