QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#122406#6541. Make Everything WhiteMaMengQiWA 1ms3392kbC++202.5kb2023-07-10 13:10:072023-07-10 13:10:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3372kb

input:

2 3
WBW
BWB

output:

1
222
333

result:

ok ok

Test #2:

score: 0
Accepted
time: 1ms
memory: 3384kb

input:

1 1
B

output:

1
3

result:

ok ok

Test #3:

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

input:

1 3
BWB

output:

1
222

result:

ok ok

Test #4:

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

input:

3 1
B
B
B

output:

1
3
3
3

result:

wrong answer not all cells are white