QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#869476 | #8621. Knapsack | ucup-team5284# | WA | 1587ms | 10840kb | C++17 | 1.7kb | 2025-01-25 10:04:08 | 2025-01-25 10:04:09 |
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: 2ms
memory: 10536kb
input:
6 4 3 8 1 5 4
output:
ABC.BA
result:
ok OK
Test #2:
score: 0
Accepted
time: 1567ms
memory: 10840kb
input:
10000 997167959139 344481199252 880336470888 152634074578 801642802746 425740396295 408773386884 376579721198 658396628655 317503722503 880971207868 745202647942 998002087506 434268792718 388046761498 176443917727 968016843338 733125908043 536691952768 578717268783 515787375312 454150414369 93569331...
output:
...............................................................................................................................................................................................................................................................................................................
result:
ok OK
Test #3:
score: -100
Wrong Answer
time: 1587ms
memory: 10296kb
input:
10000 244641009859 300054748096 592075475634 321804928248 527476927808 615284875072 612503158867 79627937890 24322595515 453786026685 995645468307 935669240390 150939887597 468588586447 937973764525 148521365644 506710156469 456985188306 646860350786 385011308832 488784695957 866770562147 8902084272...
output:
...............................................................................................................................................................................................................................................................................................................
result:
wrong answer Sum of elements in set A (994083602432) is not equal to sum in the set C (0)