QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#603682 | #9252. Penguins in Refrigerator | ucup-team4744 | WA | 0ms | 54920kb | C++20 | 6.1kb | 2024-10-01 18:18:49 | 2024-10-01 18:18:49 |
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: 54920kb
input:
5 10 1 2 3 4 5 6 5 3 9 2
output:
3 -5 2 1 3 4
result:
wrong answer 2nd lines differ - expected: '5 4 2 1 3', found: '-5 2 1 3 4 '