QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#164490 | #5473. Move One Coin | waifuSenpai | WA | 606ms | 54444kb | C++17 | 4.9kb | 2023-09-05 02:10:42 | 2023-09-05 02:10:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 595ms
memory: 54296kb
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: 606ms
memory: 54444kb
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