QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#63674 | #4234. Tic Tac Toe Counting | DianasDog# | WA | 3ms | 3736kb | C++14 | 2.5kb | 2022-11-23 09:09:35 | 2022-11-23 09:09:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 3736kb
input:
4 XX..O.... X...OX... OOOX.X.X. OOOXXX...
output:
191 194 232 200 0 1 -1
result:
wrong answer 4th lines differ - expected: '-1 -1', found: '-1'