QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#347868#8065. Thwack!ZhaoZiLongWA 0ms3744kbC++201.2kb2024-03-09 15:57:302024-03-09 15:57:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
BWBW

output:

2
2 3
3 2

result:

ok 3 lines

Test #2:

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

input:

11
.BW.WB..W..

output:

0

result:

ok single line: '0'

Test #3:

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

input:

8
BBBBW.BW

output:

0

result:

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