QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#463528#5066. String-dle CountInfiniteStarlightWA 0ms3892kbC++232.3kb2024-07-04 22:57:342024-07-04 22:57:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 5
CRANE
xx--x
NASAL
OOxOO

output:

21

result:

ok 1 number(s): "21"

Test #2:

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

input:

1 5
BBBAA
xxxx-

output:

0

result:

ok 1 number(s): "0"

Test #3:

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

input:

2 5
ABCDE
-xxxx
ABCDE
xxxxx

output:

4084101

result:

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