QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#164489#5473. Move One CoinwaifuSenpaiWA 629ms54220kbC++174.9kb2023-09-05 02:04:402023-09-05 02:04:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 629ms
memory: 54196kb

input:

2 3
xox
ooo
4 2
ox
ox
ox
ox

output:

1 0
3 1

result:

ok OK! rot=1

Test #2:

score: -100
Wrong Answer
time: 628ms
memory: 54220kb

input:

3 3
xox
oxo
xox
4 4
oxxx
xxox
xoxo
xxxx

output:

1 2
-2 -2

result:

wrong answer Pattern did not match after movement