QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#668797 | #7075. Let's Play Jigsaw Puzzles! | MaMengQi | WA | 1ms | 5644kb | C++20 | 1.9kb | 2024-10-23 15:59:29 | 2024-10-23 15:59:36 |
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: 5644kb
input:
2 -1 3 -1 2 -1 4 1 -1 1 -1 -1 4 2 -1 3 -1
output:
4 2 3 1
result:
wrong answer 1st lines differ - expected: '1 2', found: '4 2 '