QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#203402 | #5509. Kooky Tic-Tac-Toe | HuangHanSheng | WA | 0ms | 3724kb | C++20 | 15.0kb | 2023-10-06 17:14:13 | 2023-10-06 17:14:14 |
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: 0
Wrong Answer
time: 0ms
memory: 3724kb
input:
7 3 3 x.o xxx o.o 4 3 xx.x ...o ..o. .o.. 3 3 xoo oxx xoo 3 2 xoo oxx xoo 3 3 xox .o. xox 3 2 xo. ..x xo. 3 3 x.. .x. ..x
output:
ATK 1 1 1 3 2 1 3 1 2 2 3 3 2 3 ATK 2 4 1 1 2 4 1 2 3 3 1 4 ATK 1 2 1 1 1 3 2 2 2 1 2 3 3 2 3 1 3 3 NIE ATK 1 1 1 2 1 3 2 2 3 1 3 2 3 3 NIE NIE
result:
wrong answer Expected 'TAK' or 'NIE', got something else (test case 1)