QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#808633 | #9866. Extracting Weights | ucup-team4269 | WA | 1ms | 3796kb | C++20 | 3.3kb | 2024-12-10 22:38:19 | 2024-12-10 22:38:19 |
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: 3796kb
input:
4 1 1 2 2 3 2 4 1 3 2
output:
YES ? 3 1 2 2 3 2 4 ! 2 1 3
result:
wrong answer Wrong answer in node 2, expected "1", but found "2".