QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#132729#5726. Error Correctionlmq26052003WA 1ms3664kbC++201.7kb2023-07-31 10:47:152023-07-31 10:47:17

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3664kb

input:

6
abc
acb
cab
cba
bac
bca

output:

3

result:

ok single line: '3'

Test #2:

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

input:

11
alerts
alters
artels
estral
laster
ratels
salter
slater
staler
stelar
talers

output:

8

result:

ok single line: '8'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3448kb

input:

6
ates
east
eats
etas
sate
teas

output:

3

result:

wrong answer 1st lines differ - expected: '4', found: '3'