QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#426566 | #7933. Build Permutation | GuanYunchang | WA | 1ms | 3508kb | C++14 | 536b | 2024-05-31 15:17:33 | 2024-05-31 15:17: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: 3508kb
input:
5 4 2 5 1 3
output:
4 1 3 -2 -1
result:
wrong answer Integer -2 violates the range [1, 5]