QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#153348 | #6521. Swapping Operation | alch07 | WA | 2ms | 7504kb | C++14 | 4.3kb | 2023-08-29 22:47:56 | 2023-08-29 22:47:56 |
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: 2ms
memory: 7504kb
input:
3 6 6 5 4 3 5 6 6 1 2 1 1 2 2 5 1 1 2 2 2
output:
7 5 4
result:
wrong answer 2nd numbers differ - expected: '3', found: '5'