QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#672532 | #7778. Turning Permutation | ucup-team1683 | WA | 0ms | 3788kb | C++17 | 3.2kb | 2024-10-24 17:16:07 | 2024-10-24 17:16:08 |
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: 100
Accepted
time: 0ms
memory: 3588kb
input:
3 2
output:
2 1 3
result:
ok 3 number(s): "2 1 3"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
3 5
output:
-1
result:
ok 1 number(s): "-1"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3788kb
input:
4 6
output:
3 2 1 4
result:
wrong answer 2nd numbers differ - expected: '1', found: '2'