QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#122400#6541. Make Everything WhiteMaMengQiWA 4ms15936kbC++20771b2023-07-10 12:56:122023-07-10 12:56:12

详细

Test #1:

score: 100
Accepted
time: 4ms
memory: 15936kb

input:

2 3
WBW
BWB

output:

1
222
333

result:

ok ok

Test #2:

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

input:

1 1
B

output:

1
3

result:

ok ok

Test #3:

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

input:

1 3
BWB

output:

1
323

result:

wrong answer not all cells are white