QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#848170#9970. Looping RPSLGlcxWA 5ms60980kbC++142.4kb2025-01-08 16:42:232025-01-08 16:42:23

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 60980kb

input:

6
P
PN
KK
N
PKK
PN

output:

6

result:

ok 1 number(s): "6"

Test #2:

score: -100
Wrong Answer
time: 5ms
memory: 58880kb

input:

10
KKKNP
KNKPPKNK
KNKPP
KNKPPKN
KKKN
NNKNNNKNNNKNNNKNNNKNNNKNNNKNNPN
NNKN
NPPN
NNKNNNKNNNKNNNKNNNKNNNKNNNK
KKKNN

output:

2

result:

wrong answer 1st numbers differ - expected: '3', found: '2'