QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#431271 | #6352. SPPPSPSS. | carrotqq | WA | 1ms | 7792kb | C++14 | 1.9kb | 2024-06-05 08:54:33 | 2024-06-05 08:54:33 |
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: 1ms
memory: 7700kb
input:
3 1 2 3
output:
.
result:
ok OK 0 operations
Test #2:
score: 0
Accepted
time: 1ms
memory: 7732kb
input:
2 2 1
output:
SP.
result:
ok OK 2 operations
Test #3:
score: 0
Accepted
time: 1ms
memory: 7700kb
input:
9 3 2 4 1 5 6 7 9 8
output:
SPSP.
result:
ok OK 4 operations
Test #4:
score: 0
Accepted
time: 1ms
memory: 7696kb
input:
10 2 9 5 7 10 6 3 1 8 4
output:
SPSPSPSP.
result:
ok OK 8 operations
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 7792kb
input:
13 9 8 5 4 3 2 1 13 12 11 10 7 6
output:
SPSPSPSP.
result:
wrong answer the permutation is not sorted