QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#431272#6352. SPPPSPSS.carrotqqWA 2ms10136kbC++142.1kb2024-06-05 09:05:192024-06-05 09:05:23

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 9708kb

input:

3
1 2 3

output:

.

result:

ok OK 0 operations

Test #2:

score: 0
Accepted
time: 2ms
memory: 9940kb

input:

2
2 1

output:

SP.

result:

ok OK 2 operations

Test #3:

score: 0
Accepted
time: 0ms
memory: 10136kb

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: 9904kb

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: 0ms
memory: 9908kb

input:

13
9 8 5 4 3 2 1 13 12 11 10 7 6

output:

SPSPSPSPS.

result:

wrong answer Jury (8) found answer better than participant (9)