QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#804848 | #9866. Extracting Weights | ucup-team3612# | WA | 0ms | 3648kb | C++23 | 3.6kb | 2024-12-08 06:59:10 | 2024-12-08 06:59:16 |
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: 0ms
memory: 3648kb
input:
4 1 1 2 2 3 2 4 1 3 2
output:
YES ? 3 1 2 2 3 2 4 ! 1 3 2
result:
wrong answer Wrong answer in node 3, expected "2", but found "3".