QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#52479 | #4234. Tic Tac Toe Counting | ZhaoZiLong | WA | 0ms | 3740kb | C++14 | 3.4kb | 2022-10-04 12:54:08 | 2022-10-04 12:54:27 |
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: 3740kb
input:
4 XX..O.... X...OX... OOOX.X.X. OOOXXX...
output:
191 194 191 194 191 194 191 194
result:
wrong answer 2nd lines differ - expected: '232 200', found: '191 194'