QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#53525#2871. Clean Up!ZhaoZiLongWA 3ms3652kbC++201.4kb2022-10-05 12:53:032022-10-05 12:53:05

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 3652kb

input:

4 2
a
abc
abd
b

output:

2

result:

ok single line: '2'

Test #2:

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

input:

4 2
d
c
ab
a

output:

2

result:

ok single line: '2'

Test #3:

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

input:

5 3
please
remove
all
these
files

output:

3

result:

ok single line: '3'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3640kb

input:

2 3
c
acbabaaccb

output:

0

result:

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