QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#872565#8621. Knapsackucup-team6316#WA 1ms3712kbC++265.5kb2025-01-26 02:26:442025-01-26 02:26:52

详细

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)