QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#498164#7334. Endgameucup-team1005WA 202ms90832kbC++204.7kb2024-07-30 01:29:332024-07-30 01:29:33

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 198ms
memory: 90832kb

input:

2
........
........
........
........
........
.......W
R.......
.......B

....B...
........
..W.....
........
.....R..
........
........
........


output:

1
2

result:

ok 2 number(s): "1 2"

Test #2:

score: -100
Wrong Answer
time: 202ms
memory: 90792kb

input:

10
........
........
........
..R.....
....W...
........
.B......
........

.......B
........
...R....
........
........
........
W.......
........

........
.W...B..
........
........
..R.....
........
........
........

.W...R..
........
........
........
......B.
........
........
........

........

output:

4
8
8
8
9
9
8
10
11
5

result:

wrong answer 1st numbers differ - expected: '7', found: '4'