QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#826317#9775. The WitnessUSA1 (Andrew He, Kevin Sun, Gennady Korotkevich)#WA 1ms3864kbC++2313.1kb2024-12-22 06:59:082024-12-22 06:59:09

详细

Test #1:

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

input:

3 3
BBB
BWB
WWW
3 0 0 3

output:

YES
9
3 0
2 0
2 1
1 1
1 2
2 2
2 3
1 3
0 3

result:

ok n=3, m=3

Test #2:

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

input:

1 1
W
0 0 1 1

output:

YES
3
0 0
1 0
1 1

result:

ok n=1, m=1

Test #3:

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

input:

2 2
WB
BW
0 0 2 2

output:

NO

result:

ok n=2, m=2

Test #4:

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

input:

4 6
BBBBBB
WBBBBB
BBBBBB
BBBWWB
0 0 4 2

output:

YES
9
0 4
1 4
1 5
2 5
2 4
2 3
2 2
3 2
4 2

result:

wrong answer path not starting at s