QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#215278#2924. Lone RookZhangYiDeWA 0ms3792kbC++202.0kb2023-10-15 08:02:242023-10-15 08:02:24

詳細信息

Test #1:

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

input:

2 2
KR
TK

output:

yes

result:

ok single line: 'yes'

Test #2:

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

input:

2 3
R.K
KKT

output:

yes

result:

ok single line: 'yes'

Test #3:

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

input:

5 3
KKT
.K.
K..
...
KKR

output:

yes

result:

ok single line: 'yes'

Test #4:

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

input:

2 4
R.KK
KK.T

output:

no

result:

ok single line: 'no'

Test #5:

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

input:

2 5
RKKK.
...KT

output:

yes

result:

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