QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#53596#2871. Clean Up!ZhangYiDeWA 11ms60340kbC++172.2kb2022-10-05 14:12:272022-10-05 14:12:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 2
a
abc
abd
b

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 4ms
memory: 60108kb

input:

4 2
d
c
ab
a

output:

2

result:

ok single line: '2'

Test #3:

score: 0
Accepted
time: 11ms
memory: 60184kb

input:

5 3
please
remove
all
these
files

output:

3

result:

ok single line: '3'

Test #4:

score: 0
Accepted
time: 9ms
memory: 60248kb

input:

2 3
c
acbabaaccb

output:

1

result:

ok single line: '1'

Test #5:

score: -100
Wrong Answer
time: 8ms
memory: 60340kb

input:

4 1
ccbc
bbacb
cacbbb
caabcbbcba

output:

3

result:

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